Private GIT

Skip to content
Snippets Groups Projects
Commit cd1d4581 authored by root's avatar root
Browse files

Add weel and others

parent 97b8992b
Branches
No related tags found
No related merge requests found
Pipeline #34 failed
......@@ -32,7 +32,12 @@ $config['webui']['custom_css'][] = "css/custom/styles.css";
$config['site_style'] = "mono";
*/
@media screen and (prefers-color-scheme: dark) {
body {
background-color: black;
color: white;
}
}
@media (prefers-color-scheme: dark) {
img {
......@@ -539,6 +544,14 @@ legend {
background-color: #1e1e21;
}
/* WELL*/
.well {
background-color: #333;
border: 1px solid #333;
}
/* FOOTER */
.panel-footer {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment