MainDots/Configs/gtklock/style.css

21 lines
469 B
CSS
Raw Normal View History

2024-04-05 14:05:32 +00:00
window {
background-image: url("/home/lilac/Media/Pics/Walls/Cat/Min/min-12.jpg");
background-position: center;
background-size: 100%;
/*background-image: url("/home/lilac/Downs/Rest/void-1920x1080.png");*/
}
#window-box {
2024-04-14 18:18:23 +00:00
padding: 40px;
2024-04-05 14:05:32 +00:00
border-radius: 12px;
box-shadow: rgba(0, 0, 0, 0.56) 4 4 5 2px;
/*box-shadow: 1 1 3 1px #101010;*/
background-color: #181825;
color: #cdd6f4;
}
#clock-label {
font-family: RobotoMonoNerdFontMono;
2024-04-14 18:18:23 +00:00
font-size: 54px;
2024-04-05 14:05:32 +00:00
}