This reverts commit 7da54001fe
.
This commit is contained in:
parent
7b8e0d3477
commit
c2dfd5e4e2
8 changed files with 38 additions and 16 deletions
|
@ -232,7 +232,8 @@ $content-width: 840px;
|
|||
}
|
||||
|
||||
h4 {
|
||||
font-size: 14px;
|
||||
text-transform: uppercase;
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
color: $darker-text-color;
|
||||
padding-bottom: 8px;
|
||||
|
@ -407,7 +408,8 @@ body,
|
|||
|
||||
strong {
|
||||
font-weight: 500;
|
||||
font-size: 13px;
|
||||
text-transform: uppercase;
|
||||
font-size: 12px;
|
||||
|
||||
@each $lang in $cjk-langs {
|
||||
&:lang(#{$lang}) {
|
||||
|
@ -420,7 +422,8 @@ body,
|
|||
display: inline-block;
|
||||
color: $darker-text-color;
|
||||
text-decoration: none;
|
||||
font-size: 13px;
|
||||
text-transform: uppercase;
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
border-bottom: 2px solid $ui-base-color;
|
||||
|
||||
|
@ -754,6 +757,7 @@ a.name-tag,
|
|||
flex: 0 0 auto;
|
||||
font-weight: 500;
|
||||
color: $darker-text-color;
|
||||
text-transform: uppercase;
|
||||
text-align: right;
|
||||
|
||||
a {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue