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

@ -0,0 +1 @@
🦶🦶

View File

@ -1 +1 @@
<p>This is my footer | © 2022 Me.</p> {% include './footer.md' %}

View File

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