mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 09:12:14 +00:00
dark mode update
This commit is contained in:
@@ -80,8 +80,22 @@
|
||||
|
||||
.cell-image-thumbnail {
|
||||
|
||||
.image {
|
||||
|
||||
img {
|
||||
|
||||
&.blurred {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.info {
|
||||
|
||||
.name {
|
||||
color: $dark_mode_text_primary;
|
||||
}
|
||||
|
||||
.description {
|
||||
color: $dark_mode_text_secondary;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user