smon/static/less/gruvbox.less

34 lines
469 B
Plaintext
Raw Permalink Normal View History

2024-06-25 08:59:07 +02:00
@import "theme-@{THEME}.less";
2024-06-25 10:50:31 +02:00
body {
background-image: url(/images/v0/gruvbox/background.svg);
}
2024-06-28 17:39:32 +02:00
#menu {
box-shadow: 2px 0px 5px 3px rgba(0,0,0,0.25);
}
2024-06-25 10:50:31 +02:00
#areas {
.area {
box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5);
}
}
2024-06-28 15:28:52 +02:00
#page-error {
border: unset;
color: #fff;
background-color: #a00;
text-align: center;
}
2024-07-04 15:14:24 +02:00
span.error {
color: #f66;
}
input[type="datetime-local"] {
background-color: @bg2;
color: #ccc;
border: 1px solid #535353;
padding: 6px;
}