summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/resources/style-hc.css4
-rw-r--r--src/resources/style.css2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/resources/style-hc.css b/src/resources/style-hc.css
index 1f6327824..54e2cff89 100644
--- a/src/resources/style-hc.css
+++ b/src/resources/style-hc.css
@@ -10,3 +10,7 @@
#NautilusQueryEditorTag {
box-shadow: inset 0 0 0 1px @borders;
}
+
+.disk-space-free {
+ color: alpha(currentColor, 0.3);
+}
diff --git a/src/resources/style.css b/src/resources/style.css
index 205811c53..54cf22953 100644
--- a/src/resources/style.css
+++ b/src/resources/style.css
@@ -118,7 +118,7 @@
}
.disk-space-free {
- color: alpha(@dark_5, 0.12);
+ color: alpha(currentColor, 0.15);
}
.disk-space-used {
color: @accent_bg_color;