blob: a2d71be0c7aa1258f743c79549295bdedd0bcd42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
.clock-container {
background-color: transparent;
}
.clock-time {
font-size: 72px;
font-weight: bold;
font-family: "FiraCode Nerd Font";
color: #ebdbb2;
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
.clock-date {
font-size: 20px;
font-family: "Inter";
color: #a89984;
text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
|