1
0
Fork 0

Improve contrast

This commit is contained in:
Ethan Marshall 2024-08-12 18:03:10 +01:00
parent 2d976a6ff9
commit 64788ac185
Signed by: ejv2
GPG key ID: EC2FAEF4DB8968D8
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
--inner-bg: var(--base02); --inner-bg: var(--base02);
/* Text */ /* Text */
--fg: var(--base05); --fg: var(--base07);
--off-fg: var(--base04); --off-fg: var(--base04);
--muted: var(--base03); --muted: var(--base03);
--link: var(--base0D); --link: var(--base0D);

View file

@ -167,7 +167,7 @@ pre {
/* Emphasis */ /* Emphasis */
b, b,
strong { strong {
font-weight: 600; font-weight: 800;
} }
/* Highlighting */ /* Highlighting */