summaryrefslogtreecommitdiff
path: root/wk8
diff options
context:
space:
mode:
Diffstat (limited to 'wk8')
-rw-r--r--wk8/pset/homepage/styles.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/wk8/pset/homepage/styles.css b/wk8/pset/homepage/styles.css
index 597df75..eb7e54d 100644
--- a/wk8/pset/homepage/styles.css
+++ b/wk8/pset/homepage/styles.css
@@ -11,6 +11,7 @@
--accent-2:#a225e3;
--content-spacing:5px;
--background-img: #332233;
+ --text-color: white;
--border:1px solid black;
}
@@ -23,7 +24,7 @@ body {
body {
background-color: var(--background-img);
-
+ color: var(--text-color);
}
main {
@@ -45,7 +46,6 @@ aside {
.centered
{
text-align: center;
- color: lightgray
}
.large