dotfiles-mirror/config/eww/eww.scss

52 lines
791 B
SCSS
Raw Normal View History

2025-10-07 17:23:57 +03:30
* {
all: unset;
background: transparent;
2025-10-09 12:38:42 +03:30
font-family: "MapleMono";
2025-10-07 17:23:57 +03:30
}
.container {
background-color: #000000;
border-width: 1px;
border-style: solid;
2025-10-08 07:26:05 +03:30
border-color: #454545;
2025-10-09 12:38:42 +03:30
color: #ffffff;
2025-10-07 17:23:57 +03:30
}
2025-10-09 12:38:42 +03:30
.button-label {
2025-10-07 17:23:57 +03:30
font-size: 24px;
font-weight: bold;
}
2025-10-09 12:38:42 +03:30
.completelytrans {
background: none;
}
.label {
2025-10-07 17:23:57 +03:30
font-size: 24px;
font-weight: bold;
2025-10-09 12:38:42 +03:30
color: #ffffff;
}
.calendar-label {
font-size: 16px;
font-weight: bold;
color: #ffffff;
2025-10-07 17:23:57 +03:30
}
2025-10-09 12:38:42 +03:30
window, calendar, calendar.view, calendar.header {
all: unset;
background-color: #000000;
color: #cccccc;
border: none;
box-shadow: none;
font-size: 18px;
2025-10-07 17:23:57 +03:30
}
2025-10-09 12:38:42 +03:30
calendar:indeterminate {
color: #555555;
}
2025-10-07 17:23:57 +03:30
2025-10-09 12:38:42 +03:30
calendar:selected {
background-color: #1e1e1e;
border: 1px solid #ffffff;
color: #ffffff;
border-radius: 2px;
}