css fixes

This commit is contained in:
Philipinho
2024-04-25 01:19:50 +01:00
parent b91c3ede1e
commit f0fd1cfe1b
7 changed files with 54 additions and 62 deletions

View File

@ -95,6 +95,6 @@
}
.comment-mark {
background: rgba(0,203,15,0.2);
border-bottom: 2px solid #0ca678;
background: rgba(255, 215, 0, .14);
border-bottom: 2px solid rgb(166, 158, 12);
}