mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-09 20:12:41 +00:00
Theme switches on click
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
}
|
||||
&>div:first-child {
|
||||
border : 2px solid rgb(118,118,118);
|
||||
padding : 6px 2px;
|
||||
padding : 6px 3px;
|
||||
background-color : inherit;
|
||||
i {
|
||||
float: right;
|
||||
@@ -101,8 +101,8 @@
|
||||
}
|
||||
.navDropdown {
|
||||
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
|
||||
* {
|
||||
padding: 3px 2px;
|
||||
.item {
|
||||
padding: 3px 3px;
|
||||
border-top: 1px solid rgb(118, 118, 118);
|
||||
&:hover {
|
||||
background-color: @blue;
|
||||
|
||||
Reference in New Issue
Block a user