.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Captain ALM 2022-07-28 00:53:24 +01:00
parent 9876cbd64c
commit 77e97a68bb
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1
3 changed files with 6 additions and 6 deletions

View File

@ -56,13 +56,13 @@ main{
position: fixed;
max-height: 0;
}
.so-pane > *{
.so-pane > p > *{
font-size: 24px;
text-align: left;
width: 180px;
padding: 0 1px;
}
.so-pane > label{
.so-pane > p > label{
background-color: transparent;
}
.nav-menu, .sort-menu, .data-hold{

View File

@ -9,10 +9,10 @@ a{
.header, .nav, footer, .so-pane{
background-color: #1d1d1e;
}
.home-button > div, .sort-button > div, .menu a, .so-pane > *{
.home-button > div, .sort-button > div, .menu a, .so-pane > p > *{
color: #e0e0e0;
}
.home-button:hover, .menu a:hover, .hmb:hover, .sort-button:hover, .sort-menu:checked ~ .sort-button, .so-pane > input, .so-pane > select{
.home-button:hover, .menu a:hover, .hmb:hover, .sort-button:hover, .sort-menu:checked ~ .sort-button, .so-pane > p > input, .so-pane > p > select{
background-color: #606061;
}
.hmb-line, .hmb-line::before, .hmb-line::after{

View File

@ -9,10 +9,10 @@ a{
.header, .nav, footer, .so-pane{
background-color: #e2e2e1;
}
.home-button > div, .sort-button > div, .menu a, .so-pane > *{
.home-button > div, .sort-button > div, .menu a, .so-pane > p > *{
color: #1f1f1f;
}
.home-button:hover, .menu a:hover, .hmb:hover, .sort-button:hover, .sort-menu:checked ~ .sort-button, .so-pane > input, .so-pane > select{
.home-button:hover, .menu a:hover, .hmb:hover, .sort-button:hover, .sort-menu:checked ~ .sort-button, .so-pane > p > input, .so-pane > p > select{
background-color: #9f9f9e;
}
.hmb-line, .hmb-line::before, .hmb-line::after{