mirror of
https://ghproxy.net/https://github.com/AlxMedia/boxstyle.git
synced 2025-08-26 06:17:39 +08:00
dynamic style fixes
This commit is contained in:
parent
c5cf144569
commit
2aacd89c54
1 changed files with 3 additions and 3 deletions
6
dark.css
6
dark.css
|
@ -231,10 +231,10 @@ hr { background: #333; }
|
|||
#header .nav-menu.mobile ul ul { background: rgba(255,255,255,0.04); }
|
||||
#header .nav-menu.mobile ul li .menu-item-wrapper,
|
||||
#header .nav-menu.mobile ul ul li .menu-item-wrapper { border-bottom: 1px solid rgba(255,255,255,0.07); }
|
||||
#header .nav-menu.mobile > div > ul > li:first-child .menu-item-wrapper { border-top: 1px solid rgba(255,255,255,0.07); }
|
||||
#header .nav-menu.mobile ul li a { color: #fff; }
|
||||
#header .nav-menu.mobile ul button,
|
||||
#header .nav-menu.mobile ul ul button { border-left: 1px solid rgba(255,255,255,0.07); }
|
||||
#header .nav-menu.mobile > div > ul { border-top: 1px solid rgba(255,255,255,0.07); }
|
||||
|
||||
/* menu footer styling */
|
||||
#footer .menu-toggle-icon span { background: #fff; }
|
||||
|
@ -261,7 +261,7 @@ hr { background: #333; }
|
|||
#footer .nav-menu.mobile ul ul { background: rgba(255,255,255,0.03); }
|
||||
#footer .nav-menu.mobile ul li .menu-item-wrapper,
|
||||
#footer .nav-menu.mobile ul ul li .menu-item-wrapper { border-bottom: 1px solid rgba(255,255,255,0.07); }
|
||||
#footer .nav-menu.mobile > div > ul > li:first-child .menu-item-wrapper { border-top: 1px solid rgba(255,255,255,0.07); }
|
||||
#footer .nav-menu.mobile ul li a { color: #fff; }
|
||||
#footer .nav-menu.mobile ul button,
|
||||
#footer .nav-menu.mobile ul ul button { border-left: 1px solid rgba(255,255,255,0.07); }
|
||||
#footer .nav-menu.mobile ul ul button { border-left: 1px solid rgba(255,255,255,0.07); }
|
||||
#footer .nav-menu.mobile > div > ul { border-top: 1px solid rgba(255,255,255,0.07); }
|
Loading…
Add table
Add a link
Reference in a new issue