tweak the colour scheme a little

This commit is contained in:
Jonathan Souter
2023-02-27 11:11:10 +10:30
parent 980816da7f
commit e4e678b6b8
3 changed files with 14 additions and 6 deletions

View File

@ -16,13 +16,14 @@
"Helvetica Neue", sans-serif;
--mono-font: Consolas, Menlo, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
--bg: #82945b;
--container: #FFEF82;
--bg: #969f83;
--container: #fffbef;
--accent-bg: #EFD345;
--text: #82945b;
--text: #969f83;
--header-text: #d1bb2d;
/* --text-light: #585858; */
--border: #82954B;
--accent: #1976D2;
--border: #969f83;
--accent: #f55e00;
}
html {
@ -36,11 +37,17 @@ html {
h1 {
font-size: 2.5rem;
color: var(--header-text);
}
h2 {
font-size: 2rem;
margin-top: 3rem;
color: var(--header-text);
}
h3 {
color: var(--header-text);
}
/* Format links */