AmellaHyprDots/gtklock/style.css

20 lines
431 B
CSS
Raw Normal View History

2024-03-25 18:53:50 +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 {
padding: 60px;
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-size: 58px;
}