summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/page.scss11
1 files changed, 2 insertions, 9 deletions
diff --git a/css/page.scss b/css/page.scss
index 82ce4cc..c0c26c9 100644
--- a/css/page.scss
+++ b/css/page.scss
@@ -8,7 +8,7 @@
line-height: 2em;
}
- a, a:visited {
+ p.link, a, a:visited {
color: var(--textColour);
}
@@ -111,14 +111,7 @@
border-radius: 1rem;
display: block;
image-rendering: pixelated;
-
- &.fullheight {
- height: 12rem;
- }
-
- &.fullwidth {
- width: 100%;
- }
+ width: 100%;
}
}
}