added shields to welcome page
This commit is contained in:
@@ -79,15 +79,12 @@ for fw, w in font-weights
|
||||
.material-icons
|
||||
margin-right: 7px
|
||||
|
||||
.shields
|
||||
float: left;
|
||||
|
||||
.links_bottom
|
||||
display: inline-block;
|
||||
margin: 1%
|
||||
|
||||
|
||||
a
|
||||
background-color: #252526;
|
||||
color: white;
|
||||
padding-top: 1em;
|
||||
padding-bottom: 1em;
|
||||
text-decoration: none;
|
||||
@@ -95,14 +92,18 @@ a
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
border-collapse: collapse;
|
||||
text-align: center
|
||||
border: 1px solid #4e4e4e
|
||||
background-color: #252526;
|
||||
color: white;
|
||||
text-align: center
|
||||
|
||||
a
|
||||
display: inline-block;
|
||||
|
||||
a:hover
|
||||
background-color: #d3d3d3;
|
||||
color: black
|
||||
|
||||
|
||||
a:active
|
||||
box-shadow: none;
|
||||
top: 5px;
|
||||
|
||||
Reference in New Issue
Block a user