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