diff options
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -64,9 +64,6 @@ body { max-width: 850px; margin: 0 auto; } -a { - color:var(--accent-1); -} .topbar img { image-rendering: pixelated; image-rendering: -moz-crisp-edges; @@ -82,6 +79,10 @@ a { max-width: 850px; } +a { + color:var(--accent-1); +} + aside { width: 30%; margin-left: var(--content-spacing); |