Calendar links style

main2
Bob Mottram 2019-10-11 20:19:09 +01:00
parent eb2e76b57b
commit 9a468ed4f8
1 changed files with 10 additions and 0 deletions

View File

@ -40,6 +40,16 @@ main {
width: 100%;
}
a:visited{
color: var(--day-number);
text-decoration: none;
}
a:link {
color: var(--day-number);
text-decoration: none;
}
.calendar__day__header,
.calendar__day__cell {
border: 2px solid var(--lines-color);