1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-12-26 01:13:41 +02:00

Reduces font weight in sidebar

This commit is contained in:
Dan Leech 2017-02-23 11:45:33 +00:00
parent 2faa7aaf93
commit c34d204942
3 changed files with 6 additions and 6 deletions

View File

@ -57,7 +57,7 @@
}
h1 {
font-size: 1rem;
font-weight: 700;
font-weight: 600;
line-height: 1.5rem;
margin: 0;
padding: 0;
@ -72,7 +72,7 @@
border-radius: 0.125rem;
color: #FFF;
display: inline-block;
font-weight: 700;
font-weight: 600;
padding: 0.75rem 1.5rem;
text-decoration: none;
}

View File

@ -57,7 +57,7 @@
}
h1 {
font-size: 1rem;
font-weight: 700;
font-weight: 600;
line-height: 1.5rem;
margin: 0;
padding: 0;
@ -72,7 +72,7 @@
border-radius: 0.125rem;
color: #FFF;
display: inline-block;
font-weight: 700;
font-weight: 600;
padding: 0.75rem 1.5rem;
text-decoration: none;
}

View File

@ -57,7 +57,7 @@
}
h1 {
font-size: 1rem;
font-weight: 700;
font-weight: 600;
line-height: 1.5rem;
margin: 0;
padding: 0;
@ -72,7 +72,7 @@
border-radius: 0.125rem;
color: #FFF;
display: inline-block;
font-weight: 700;
font-weight: 600;
padding: 0.75rem 1.5rem;
text-decoration: none;
}