summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-07-05 08:01:07 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-07-05 08:01:07 +0000
commit34df58eeaa5929b7f0b2a065d07c92c998caad5a (patch)
treeea90ba6cc05c8b9397e2e3f2fdf9e974c0568c92
parent4fff758644b7905ce5c8ce5fc1c04c6f7c0d65d7 (diff)
Fri, Jul 5, 2024, 1:01 AM -07:00
-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