separation of css

This commit is contained in:
2025-05-25 20:51:24 +02:00
parent 08a5ff5d1c
commit d36ef9d051
5 changed files with 79 additions and 109 deletions

11
static/css/starred.css Normal file
View File

@@ -0,0 +1,11 @@
.btn-group .btn.active {
background-color: #e6f3f4 !important;
border-color: #16767b !important;
color: #16767b !important;
}
.btn-group .btn:not(.active) {
background-color: #fff !important;
border-color: #e9ecef !important;
color: #6c757d !important;
}