mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2025-11-04 14:47:38 +01:00
51 lines
791 B
SCSS
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;
|
|
}
|