Make headers stand out a bit better
This commit is contained in:
parent
2a8e73d228
commit
e447b6d633
2 changed files with 4 additions and 4 deletions
|
@ -5,9 +5,9 @@
|
|||
--inner-bg: var(--base02);
|
||||
|
||||
/* Text */
|
||||
--fg: var(--base07);
|
||||
--fg: var(--base06);
|
||||
--off-fg: var(--base05);
|
||||
--muted: var(--base03);
|
||||
--muted: var(--base04);
|
||||
--link: var(--base0D);
|
||||
--hover: var(--base0C);
|
||||
--highlight: var(--base0A);
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* Fonts */
|
||||
:root {
|
||||
--font-monospace: "Fira Mono", monospace;
|
||||
--font-monospace: monospace;
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -16,7 +16,7 @@ h3,
|
|||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-size: 1rem;
|
||||
font-size: 1.1rem;
|
||||
margin: 1.5rem 0 0 0;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue