minor css
This commit is contained in:
parent
49f6666c13
commit
263eccc363
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user