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