style: more updates

This commit is contained in:
Vitor Gonçalves 2024-02-16 22:45:19 -03:00
parent 95de5a9bfa
commit a5f3ff3210
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
1 changed files with 8 additions and 1 deletions

View File

@ -12,22 +12,29 @@ html {
}
body {
font-family: Inconsolata, monospace;
font-family: monospace;
}
p,h1,h2,h3,li {
color: var(--default-text-color);
}
p,li { font-size: 1.3em; }
h1 { font-size: 2em; }
a {
color: var(--accent-color);
text-decoration: none;
}
header>h1>a {
font-size: 1.8em;
color: var(--default-text-color);
}
nav>a { font-size: 1.5em; }
img {
max-width:100%;
max-height:100%;