feat: initial commit
This commit is contained in:
20
assets/styling/calendar.css
Normal file
20
assets/styling/calendar.css
Normal file
@@ -0,0 +1,20 @@
|
||||
table {
|
||||
font-family: arial, sans-serif;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
td, th {
|
||||
border: 1px solid #dddddd;
|
||||
text-align: left;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
tr:nth-child(even) {
|
||||
background-color: #dddddd;
|
||||
color: black;
|
||||
}
|
||||
|
||||
th > p {
|
||||
margin: 0px;
|
||||
}
|
Reference in New Issue
Block a user