mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
monitoring: Add dark mode CSS to the monitoring home page
This commit is contained in:
@@ -82,6 +82,13 @@ var monitoringHTMLIndex = template.Must(
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background: #121212;
|
||||
color: #c9d1d9;
|
||||
}
|
||||
a { color: #44b4ec; }
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user