summaryrefslogtreecommitdiff
path: root/client/src/components/active.css
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-05-17 15:20:30 -0700
committerMichael Hunteman <michael@huntm.net>2024-05-17 15:20:30 -0700
commit7103019890960e793deefb64987a09b33be60b42 (patch)
treec1c9402aa250c68b2cbe13d62598232bbf20b1e2 /client/src/components/active.css
parentfc5c111bcfe296bec82e1cf9fdb88fc80fb24f89 (diff)
Add golang server
Diffstat (limited to 'client/src/components/active.css')
-rw-r--r--client/src/components/active.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/client/src/components/active.css b/client/src/components/active.css
new file mode 100644
index 0000000..e8b5f60
--- /dev/null
+++ b/client/src/components/active.css
@@ -0,0 +1,7 @@
+.active {
+ background-color: #1976d2
+}
+
+.inactive {
+ background-color: #c4c4c4
+}