[#30] added dots on days with events for personnal calendars

This commit is contained in:
Camille Moussu
2025-07-10 09:57:01 +02:00
parent 2281580c4b
commit 03e56bd4f6
2 changed files with 40 additions and 1 deletions
+11 -1
View File
@@ -8,7 +8,7 @@ main {
height: 100%;
}
.sidebar{
.sidebar {
border-right: 2px gray;
}
@@ -182,3 +182,13 @@ main {
.calendar-list li.personal::before {
background-color: #d93025;
}
.event-dot {
margin-top: 2px;
width: 6px;
height: 6px;
background-color: #d93025; /* adjust to your theme */
border-radius: 50%;
margin-left: auto;
margin-right: auto;
}