Newer
Older
2022-komatsuY / cal.css
@Komatsu Yu Komatsu Yu on 18 May 2022 460 bytes add file
td.sun {background-color: red;}
.mon {background-color: rgba(236, 139, 207, 0.664);}
.tue{background-color: orange;}
.wed{background-color: aquamarine;}
.thu{background-color: brown;}
.fri{background-color: gold;}
.sat{background-color: rgba(64, 64, 233, 0.678);}
.shuku{color: rgb(255, 0, 0);}
.do{color: rgb(0, 4, 255);}

table{
    border: 1em #11d822 ;
}
.uresiikoto {
    background-color: #d81111;
}
.kansiikoto{
    background-color: rgb(0, 225, 255);
}