This commit is contained in:
James 2020-03-28 10:03:37 +00:00
parent 2850ec17ee
commit a4aede1c10

View File

@ -15,7 +15,7 @@ border: 1px solid yellow;
/******/
body::before {
content: 'Development Server';
content: 'Development Server (DEVBUILDID)';
background: #f00;
padding: 5px 10px;
display: block;
@ -38,7 +38,7 @@ body::before {
*/
/*
.navigation *{
.navigation ul{
background-color: rgba(255,255,255,0) !important;
}
.navigation ul.level0{
@ -46,6 +46,15 @@ body::before {
}
*/
.navigation ul ul ul{
box-shadow: none !important;
border: none !important;
}
.navigation li.level1>a{
font-weight: bold;
}
/* desktop */
@media (min-width: 768px) { /* desktop */
.navigation,