nichts/nyx/homes/notashelf/programs/graphical/screenlock/gtklock/styles/dark.scss
2024-04-09 23:11:33 +02:00

40 lines
594 B
SCSS

window {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
#clock-label {
margin-bottom: 30px;
font-size: 800%;
font-weight: bold;
color: white;
text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
#body {
margin-top: 50px;
}
#unlock-button {
all: unset;
color: transparent;
}
entry {
border-radius: 12px;
margin: 1px;
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}
#input-label {
color: transparent;
margin: -20rem;
}
#powerbar-box {
* {
border-radius: 12px;
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}
}
}