This commit is contained in:
McShelby 2022-02-14 22:59:32 +00:00
parent 1b75efac13
commit 3ca6ad16ca
151 changed files with 3437 additions and 3559 deletions

View file

@ -954,6 +954,7 @@ td {
#sidebar-toggle-span {
display: none;
}
@media only all and (max-width: 47.938em) {
#sidebar-toggle-span {
display: inline;
@ -1016,7 +1017,7 @@ a[aria-disabled="true"] {
overflow: hidden;
}
.sidebar-hidden #overlay {
background-color: rgba(255, 255, 255, 0.5);
background-color: rgba(134, 134, 134, 0.5);
bottom: 0;
cursor: pointer;
left: 0;
@ -1231,6 +1232,11 @@ option {
width: 100%;
}
#sidebar-toggle-span a.highlight:after,
#top-github-link a.highlight:after {
background-color: transparent;
}
.progress {
background-color: rgba(246, 246, 246, 0.97);
border: thin solid #ECECEC;