dotfiles-mirror/config/eww/eww.scss
2025-10-09 12:38:42 +03:30

51 lines
791 B
SCSS

* {
all: unset;
background: transparent;
font-family: "MapleMono";
}
.container {
background-color: #000000;
border-width: 1px;
border-style: solid;
border-color: #454545;
color: #ffffff;
}
.button-label {
font-size: 24px;
font-weight: bold;
}
.completelytrans {
background: none;
}
.label {
font-size: 24px;
font-weight: bold;
color: #ffffff;
}
.calendar-label {
font-size: 16px;
font-weight: bold;
color: #ffffff;
}
window, calendar, calendar.view, calendar.header {
all: unset;
background-color: #000000;
color: #cccccc;
border: none;
box-shadow: none;
font-size: 18px;
}
calendar:indeterminate {
color: #555555;
}
calendar:selected {
background-color: #1e1e1e;
border: 1px solid #ffffff;
color: #ffffff;
border-radius: 2px;
}