tweak the colour scheme a little
This commit is contained in:
1
src/_includes/partials/footer.md
Normal file
1
src/_includes/partials/footer.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
🦶🦶
|
@ -1 +1 @@
|
|||||||
<p>This is my footer | © 2022 Me.</p>
|
{% include './footer.md' %}
|
@ -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 */
|
||||||
|
Reference in New Issue
Block a user