0
0
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:
Trevor Buckner
2022-01-09 23:19:03 -05:00
parent 87bb682836
commit 94157ec4d4
2 changed files with 13 additions and 6 deletions

View File

@@ -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;