Customize theme

* Consolidate colours and update to my pref
* Remove remote fonts
* Remove screenshots/refs to skull/vertical layout
This commit is contained in:
Jennifer C J Radtke
2023-12-03 21:49:13 +00:00
parent 192df8b8bb
commit e0198b13da
9 changed files with 50 additions and 214 deletions

View File

@@ -7,8 +7,8 @@
/* Header
/*---------------------------------------------*/
header {
background: #33C3F0;
color: #afe1da;
background: var(--header-background);
color: var(--header-text);
text-align: center;
padding: 25px 0;
margin-bottom: 30px;
@@ -24,14 +24,14 @@ header a:hover {
}
header a:hover,
footer a:hover {
color: #fff;
color: var(--header-text);
}
header h1 {
font-weight: bold;
margin: 0;
}
header h1 a {
color: #fff;
color: var(--header-text);
}
header ul {
list-style: none;
@@ -49,8 +49,8 @@ header ul a {
/* Footer
/*---------------------------------------------*/
footer {
background: #1EAEDB;
color: #afe1da;
background: var(--footer-background);
color: var(--footer-text);
padding: 60px 0;
margin-top: 80px;
}
@@ -68,4 +68,4 @@ footer {
header ul {
float: right;
}
}
}