summaryrefslogtreecommitdiff
path: root/src/components/active.css
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-03-12 19:47:28 -0700
committerMichael Hunteman <michael@huntm.net>2024-03-12 19:47:28 -0700
commit3c878200e4fb012de5a4ac0b93377a6643e33027 (patch)
tree003d72649b0af533ecde6dfeee05e95891300cc4 /src/components/active.css
parent5e5560b558ff818546c94135bebf334be770c920 (diff)
Fix home style
Diffstat (limited to 'src/components/active.css')
-rw-r--r--src/components/active.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/active.css b/src/components/active.css
index 60feeea..b3841d1 100644
--- a/src/components/active.css
+++ b/src/components/active.css
@@ -1,6 +1,7 @@
.active {
background-color: #1976d2;
}
+
.inactive {
background-color: #c4c4c4;
-} \ No newline at end of file
+}