summaryrefslogtreecommitdiff
path: root/src/components/active.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/active.css')
-rw-r--r--src/components/active.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/active.css b/src/components/active.css
new file mode 100644
index 0000000..60feeea
--- /dev/null
+++ b/src/components/active.css
@@ -0,0 +1,6 @@
+.active {
+ background-color: #1976d2;
+}
+.inactive {
+ background-color: #c4c4c4;
+} \ No newline at end of file