style: improve selected monitor contrast in dark mode

Agent-Logs-Url: https://github.com/louislam/uptime-kuma/sessions/ed6fa4f5-c90b-46d6-96c0-8e6ce7187a82

Co-authored-by: CommanderStorm <26258709+CommanderStorm@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-05-11 12:43:14 +00:00
committed by GitHub
parent 153b5549a8
commit 5045255d8f
2 changed files with 2 additions and 1 deletions

View File

@@ -407,7 +407,7 @@ optgroup {
}
&.active {
background-color: $dark-bg2;
background-color: $dark-selected-monitor-bg;
}
}
}

View File

@@ -13,6 +13,7 @@ $dark-font-color: #b1b8c0;
$dark-font-color2: #020b05;
$dark-bg: #0d1117;
$dark-bg2: #070a10;
$dark-selected-monitor-bg: #303030;
$dark-border-color: #1d2634;
$dark-header-bg: #161b22;