Files: 0ae77ce854723c6cb0d10cdf9f28bcf53f3fc587 / styles / day-label.mcss
256 bytesRaw
1 | MaramaDayLabel { |
2 | color: hsl(0, 0%, 40%) |
3 | font-family: arial |
4 | font-size: calc(2 * var(--tile-radius) - 4px) |
5 | |
6 | width: calc(2 * var(--tile-radius)) |
7 | height: calc(2 * var(--tile-radius)) |
8 | |
9 | display: flex |
10 | align-items: center |
11 | justify-content: center |
12 | } |
13 |
Built with git-ssb-web