Remove unused CSS rules

This commit is contained in:
Guillaume Gomez 2022-07-11 15:01:03 +02:00
parent a51fb2ba82
commit 01b4b60eae
3 changed files with 0 additions and 33 deletions

View File

@ -496,21 +496,10 @@ a.result-keyword:focus {}
.sidebar a.current.keyword {} .sidebar a.current.keyword {}
@media (max-width: 700px) { @media (max-width: 700px) {
.sidebar-menu {
background-color: #14191f;
border-bottom-color: #5c6773;
border-right-color: #5c6773;
}
.sidebar-elems { .sidebar-elems {
background-color: #14191f; background-color: #14191f;
border-right-color: #5c6773; border-right-color: #5c6773;
} }
#sidebar-filler {
background-color: #14191f;
border-bottom-color: #5c6773;
}
} }
kbd { kbd {

View File

@ -356,21 +356,10 @@ pre.ignore:hover, .information:hover + pre.ignore {
} }
@media (max-width: 700px) { @media (max-width: 700px) {
.sidebar-menu {
background-color: #505050;
border-bottom-color: #e0e0e0;
border-right-color: #e0e0e0;
}
.sidebar-elems { .sidebar-elems {
background-color: #505050; background-color: #505050;
border-right-color: #000; border-right-color: #000;
} }
#sidebar-filler {
background-color: #505050;
border-bottom-color: #e0e0e0;
}
} }
kbd { kbd {

View File

@ -339,21 +339,10 @@ pre.ignore:hover, .information:hover + pre.ignore {
} }
@media (max-width: 700px) { @media (max-width: 700px) {
.sidebar-menu {
background-color: #F5F5F5;
border-bottom-color: #e0e0e0;
border-right-color: #e0e0e0;
}
.sidebar-elems { .sidebar-elems {
background-color: #F5F5F5; background-color: #F5F5F5;
border-right-color: #000; border-right-color: #000;
} }
#sidebar-filler {
background-color: #F5F5F5;
border-bottom-color: #e0e0e0;
}
} }
kbd { kbd {