Customize theme
* Consolidate colours and update to my pref * Remove remote fonts * Remove screenshots/refs to skull/vertical layout
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user