From cce6e40a680a9bc5161c32f0098c8b830b680e7e Mon Sep 17 00:00:00 2001 From: Weilbyte Date: Mon, 6 Jul 2020 01:31:07 +0200 Subject: [PATCH] Highlight fix? --- PVEDiscordDark/sass/PVEDiscordDark.css | 2 +- PVEDiscordDark/sass/x/_treelist.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PVEDiscordDark/sass/PVEDiscordDark.css b/PVEDiscordDark/sass/PVEDiscordDark.css index 2a64002..8d03211 100644 --- a/PVEDiscordDark/sass/PVEDiscordDark.css +++ b/PVEDiscordDark/sass/PVEDiscordDark.css @@ -171,7 +171,7 @@ } .x-treelist-item-selected > .x-treelist-row { - background-color: #23272a; + background-color: #2C2F33; } .x-legend-item { diff --git a/PVEDiscordDark/sass/x/_treelist.sass b/PVEDiscordDark/sass/x/_treelist.sass index 69c41ea..b196ed0 100644 --- a/PVEDiscordDark/sass/x/_treelist.sass +++ b/PVEDiscordDark/sass/x/_treelist.sass @@ -52,4 +52,4 @@ .x-treelist-item-selected > .x-treelist-row - background-color: #23272a \ No newline at end of file + background-color: #2C2F33 \ No newline at end of file