minor css

This commit is contained in:
jr-k 2024-07-23 14:03:11 +02:00
parent 49f6666c13
commit 263eccc363
4 changed files with 15 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -197,7 +197,7 @@ ul.explr-dirview {
.img-holder {
width: 64px;
height: 64px;
background: $gscale17;
background: $black;
border-radius: 8px;
display: flex;
flex-direction: column;

View File

@ -7,8 +7,16 @@ menu:hover h1.logo a {
color: transparent;
}
ul.explr-dirview li a i {
color: $seaBlue;
ul.explr-dirview li a {
&.with-thumbnail {
.img-holder {
background: $gkscaleD;
}
}
i {
color: $seaBlue;
}
}
button,
@ -185,3 +193,5 @@ ul.pills {
background: $gkscaleF7;
}
}