💄 fontchange + small css edits
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
bf8601f78d
commit
edd7244c71
1 changed files with 11 additions and 13 deletions
|
@ -24,7 +24,7 @@ html.dark {
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Verdana, sans-serif;
|
font-family: Jetbrains Mono, monospace;
|
||||||
/*"Noto Sans Mono", monospace*/
|
/*"Noto Sans Mono", monospace*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -32,6 +32,10 @@ p {
|
||||||
font-size: large;
|
font-size: large;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2, h3, h4 {
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
/* FOOTER */
|
/* FOOTER */
|
||||||
.footerbg {
|
.footerbg {
|
||||||
background-color: var(--light-bg);
|
background-color: var(--light-bg);
|
||||||
|
@ -81,21 +85,18 @@ p {
|
||||||
}
|
}
|
||||||
|
|
||||||
.blog h2 {
|
.blog h2 {
|
||||||
font-size: 24px;
|
font-size: x-large;
|
||||||
margin-top: 18px;
|
margin-top: 18px;
|
||||||
font-weight: 600;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.blog h3 {
|
.blog h3 {
|
||||||
font-size: 20px;
|
font-size: larger;
|
||||||
margin-top: 8px;
|
margin-top: 18px;
|
||||||
font-weight: 600;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.blog h4 {
|
.blog h4 {
|
||||||
font-size: 18px;
|
font-size: large;
|
||||||
margin-top: 8px;
|
margin-top: 18px;
|
||||||
font-weight: 600;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.blog table {
|
.blog table {
|
||||||
|
@ -161,12 +162,10 @@ p {
|
||||||
/* CV */
|
/* CV */
|
||||||
.cv h2 {
|
.cv h2 {
|
||||||
font-size: larger;
|
font-size: larger;
|
||||||
font-weight: 800;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.cv h4 {
|
.cv h4 {
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
font-weight: 600;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.cv-date {
|
.cv-date {
|
||||||
|
@ -215,7 +214,6 @@ p {
|
||||||
|
|
||||||
.dark .author {
|
.dark .author {
|
||||||
color: var(--dark-2);
|
color: var(--dark-2);
|
||||||
font-size: medium;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* RANDOM */
|
/* RANDOM */
|
||||||
|
|
Loading…
Add table
Reference in a new issue