mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-14 05:41:00 +00:00
Tweak font weights
This commit is contained in:
parent
8c9452dba9
commit
eeab976147
8 changed files with 11 additions and 10 deletions
|
@ -5,7 +5,7 @@
|
|||
.flash {
|
||||
@include span-columns(12);
|
||||
margin-bottom: 20px;
|
||||
font-weight: 600;
|
||||
font-weight: 400;
|
||||
|
||||
&.notice {
|
||||
@include flash;
|
||||
|
|
|
@ -21,7 +21,7 @@ dl {
|
|||
margin-bottom: $base-line-height / 2;
|
||||
|
||||
dt {
|
||||
font-weight: bold;
|
||||
font-weight: 400;
|
||||
margin-top: $base-line-height / 2;
|
||||
}
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ table {
|
|||
|
||||
th {
|
||||
border-bottom: 1px solid darken($base-border-color, 15%);
|
||||
font-weight: bold;
|
||||
font-weight: 400;
|
||||
padding: 0.5em 0;
|
||||
text-align: left;
|
||||
}
|
||||
|
|
|
@ -18,6 +18,7 @@ h1, h2, h3, h4, h5, h6 {
|
|||
line-height: 1.25em;
|
||||
margin: 0;
|
||||
text-rendering: optimizeLegibility; // Fix the character spacing for headings
|
||||
font-weight: 400;
|
||||
|
||||
a {
|
||||
color: $dark-blue;
|
||||
|
@ -55,7 +56,7 @@ p {
|
|||
a {
|
||||
color: $base-link-color;
|
||||
text-decoration: none;
|
||||
font-weight: 600;
|
||||
font-weight: 400;
|
||||
@include transition(color 0.1s linear);
|
||||
|
||||
&:hover {
|
||||
|
|
|
@ -127,7 +127,7 @@ div#categories {
|
|||
|
||||
.unread {
|
||||
color: $blue;
|
||||
font-weight:bold;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
thead th {
|
||||
|
|
|
@ -58,7 +58,7 @@ div#match {
|
|||
font-style: italic;
|
||||
text-transform: uppercase;
|
||||
padding-right: 10px;
|
||||
font-weight: bold;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.team-1,
|
||||
|
@ -82,7 +82,7 @@ div#match {
|
|||
.versus {
|
||||
@include span-columns(2);
|
||||
position: relative;
|
||||
font-weight: bold;
|
||||
font-weight: 400;
|
||||
|
||||
&.split:before {
|
||||
content: "";
|
||||
|
@ -105,7 +105,7 @@ div#match {
|
|||
top: 0;
|
||||
text-align: center;
|
||||
line-height: $title-height;
|
||||
font-weight: bold;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.score-1 {
|
||||
|
|
|
@ -28,7 +28,7 @@ div.article {
|
|||
@include span-columns(6);
|
||||
|
||||
a {
|
||||
font-weight: bold;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -195,7 +195,7 @@
|
|||
}
|
||||
|
||||
&.highlight {
|
||||
font-weight: bold;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue