1
0
Fork 0

Make headers stand out a bit better

This commit is contained in:
Ethan Marshall 2024-09-15 11:52:21 +01:00
parent 2a8e73d228
commit e447b6d633
Signed by: ejv2
GPG key ID: EC2FAEF4DB8968D8
2 changed files with 4 additions and 4 deletions

View file

@ -5,9 +5,9 @@
--inner-bg: var(--base02); --inner-bg: var(--base02);
/* Text */ /* Text */
--fg: var(--base07); --fg: var(--base06);
--off-fg: var(--base05); --off-fg: var(--base05);
--muted: var(--base03); --muted: var(--base04);
--link: var(--base0D); --link: var(--base0D);
--hover: var(--base0C); --hover: var(--base0C);
--highlight: var(--base0A); --highlight: var(--base0A);

View file

@ -1,6 +1,6 @@
/* Fonts */ /* Fonts */
:root { :root {
--font-monospace: "Fira Mono", monospace; --font-monospace: monospace;
} }
body { body {
@ -16,7 +16,7 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-size: 1rem; font-size: 1.1rem;
margin: 1.5rem 0 0 0; margin: 1.5rem 0 0 0;
font-weight: 600; font-weight: 600;
} }