Add table of all storage locations

This commit is contained in:
2023-06-03 18:56:01 +00:00
parent 91fe6a590d
commit b55eb2a62c
6 changed files with 107 additions and 36 deletions
+25
View File
@@ -25,6 +25,16 @@
color: #db282882 !important;
}
.darkmode--activated i.blue.circle.icon {
mix-blend-mode: difference;
color: #2185d0 !important;
}
.darkmode--activated i.brown.circle.icon {
mix-blend-mode: difference;
color: #a5673f !important;
}
.darkmode--activated .footer {
mix-blend-mode: difference;
}
@@ -62,6 +72,21 @@
background: #21ba4582 !important;
}
.darkmode--activated .ui.grey.button {
mix-blend-mode: difference;
background: #767676 !important;
}
.darkmode--activated .ui.blue.button {
mix-blend-mode: difference;
background: #2185d0 !important;
}
.darkmode--activated .ui.brown.button {
mix-blend-mode: difference;
background: #a5673f !important;
}
.darkmode--activated .ui.tag.label {
mix-blend-mode: difference;
}