0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 18:12:40 +00:00

change gray to #999

This commit is contained in:
Gazook89
2023-12-23 20:49:59 -06:00
parent 407c35d9f7
commit 8674bc9da2

View File

@@ -67,7 +67,7 @@
color : black;
&.active {
position : relative;
background-color : gray;
background-color : #999;
}
}
&.divider {