1
0
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:
Alberto Bertogli
2022-10-19 09:42:30 +01:00
parent fbb9bed366
commit c3b4cde29a

View File

@@ -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>