summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/styles.css b/styles.css
index 74f06c5..b019d68 100644
--- a/styles.css
+++ b/styles.css
@@ -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);