master
Tait Hoyem 3 years ago
parent 46a93d0a9e
commit 0c673a4096

@ -1,8 +1,10 @@
$normal-text-color: #444444;
$nav-link-color: #333;
$normal-text-color: #ffffff;
$background-color: #222222;
$lighter-color: #ffffff;
$nav-link-color: #ffffff;
$nav-link-hover-color: black;
$link-color: #47a;
$visited-link-color: #941452;
$link-color: #7ad;
$visited-link-color: #ff3492;
$last-p-padd: 1.5em;
$nav-padd: 1em;
@ -12,14 +14,14 @@ $line-height: 1.5em;
$term-line-height: 1em;
$file-line-height: 1.2em;
$terminal-bg: #121212;
$terminal-fg: #00FF41;
$terminal-bg: #000000;
$terminal-fg: #00FF00;
$file-bg: #dfdfdf;
$file-fg: #000000;
$file-bg: #444444;
$file-fg: #ffffff;
body {
background-color: #fefefe;
background-color: $background-color;
padding: 16px;
font-family: -apple-system, helvetica, arial, sans-serif;
font-size: 16px;
@ -105,7 +107,8 @@ nav a {
font-style: none;
}
nav a:hover {
nav a:hover,
a.post-title-link:hover {
text-decoration: underline;
}
@ -182,7 +185,7 @@ footer {
.terminal,
.file {
padding: 10px;
overflow: scroll;
overflow-x: wrap;
}
.terminal {
@ -204,7 +207,7 @@ footer {
.post-date {
text-transform: uppercase;
font-weight: bold;
color: #555;
color: $lighter-color;
}
.post-excerpt {

Loading…
Cancel
Save