Files: 0ae77ce854723c6cb0d10cdf9f28bcf53f3fc587 / styles / index.mcss
262 bytesRaw
1 | Marama { |
2 | div.month-name { |
3 | font-size: 20px |
4 | font-weight: bold |
5 | text-align: left |
6 | cursor: pointer |
7 | margin-bottom: 5px |
8 | } |
9 | |
10 | div.days { |
11 | grid-gap: var(--tile-gap) |
12 | justify-content: start |
13 | align-content: start |
14 | |
15 | div.MaramaDay {} |
16 | } |
17 | } |
18 |
Built with git-ssb-web