css font tweaks
This commit is contained in:
parent
c24917f12b
commit
f9cc3f9926
5 changed files with 8 additions and 14 deletions
|
@ -77,6 +77,7 @@
|
|||
html {
|
||||
background-color: var(--bg-0);
|
||||
color: var(--fg-0);
|
||||
font-size: 150%;
|
||||
}
|
||||
body {
|
||||
background-color: var(--bg-1);
|
||||
|
@ -86,7 +87,7 @@ body {
|
|||
font-family: -apple-system, BlinkMacSystemFont,
|
||||
"Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
|
||||
"Fira Sans", "Droid Sans", "Helvetica Neue",
|
||||
sans-serif;
|
||||
system-ui, sans-serif;
|
||||
|
||||
font-feature-settings: "kern" 1;
|
||||
font-kerning: normal;
|
||||
|
|
|
@ -14,8 +14,7 @@ header nav ol {
|
|||
}
|
||||
header nav ol li a {
|
||||
display: block;
|
||||
font-size: 1.25rem;
|
||||
padding: 4px 16px 14px 16px;
|
||||
padding: 4px 12px 14px 12px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
@ -34,7 +33,7 @@ header nav ol li a:hover {
|
|||
background-color: var(--bg-1);
|
||||
}
|
||||
#title {
|
||||
font-weight: 700;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
#themes {
|
||||
|
@ -42,7 +41,7 @@ header nav ol li a:hover {
|
|||
border: none;
|
||||
color: var(--fg-1);
|
||||
display: none;
|
||||
font-size: 1.25rem;
|
||||
font-size: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
.home-page p {
|
||||
font-size: 1.25rem;
|
||||
font-weight: 300;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue