summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMaximiliano Sandoval R <msandova@gnome.org>2021-10-11 00:25:31 +0200
committerDavid King <amigadave@amigadave.com>2022-03-28 17:11:49 +0100
commitc45a175be8271ef363784ff1f85f1794ec1a889b (patch)
tree11f0ced36d16a89363719adb51c2f245f0e626fc /data
parent51aebfea225fb6c1c91a919c01a8e9973cefaf10 (diff)
downloadgnome-logs-c45a175be8271ef363784ff1f85f1794ec1a889b.tar.gz
css: Replace selected color with accent color
Diffstat (limited to 'data')
-rw-r--r--data/gl-style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/gl-style.css b/data/gl-style.css
index f98a66c..8dac743 100644
--- a/data/gl-style.css
+++ b/data/gl-style.css
@@ -1,6 +1,6 @@
/* Theme overrides. */
.categories {
- background-color: shade(@theme_bg_color, 0.99)
+ background-color: shade(@theme_bg_color, 0.99);
}
.category {
@@ -56,8 +56,8 @@
}
.popover-activated-row {
- color: @theme_selected_fg_color;
- background-color: @theme_selected_bg_color;
+ color: @accent_fg_color;
+ background-color: @accent_bg_color;
}
.compressed-rows-group-separator {