mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
chore: adjust font-size after font upgrade #83
This commit is contained in:
parent
c13e9e49f1
commit
53c73c8f3d
1 changed files with 5 additions and 8 deletions
|
@ -168,7 +168,8 @@ textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[typ
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 15px;
|
font-size: 15.25px;
|
||||||
|
line-height: 1.574;
|
||||||
}
|
}
|
||||||
#sidebar a {
|
#sidebar a {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
|
@ -408,10 +409,11 @@ textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[typ
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
|
color: #323232 !important;
|
||||||
font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
line-height: 1.6;
|
line-height: 1.574;
|
||||||
font-size: 18px !important;
|
font-size: 16.25px !important;
|
||||||
}
|
}
|
||||||
h2, h3, h4, h5, h6 {
|
h2, h3, h4, h5, h6 {
|
||||||
font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
||||||
|
@ -1105,11 +1107,6 @@ option {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
|
||||||
font-size: 16px !important;
|
|
||||||
color: #323232 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#body a.highlight, #body a.highlight:hover, #body a.highlight:focus {
|
#body a.highlight, #body a.highlight:hover, #body a.highlight:focus {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|
Loading…
Reference in a new issue