Aevann 2023-05-03 19:11:08 +03:00
parent 201ae7787c
commit 476b5d6277
2 changed files with 1 additions and 5 deletions

View File

@ -4434,7 +4434,7 @@ small, .small {
}
.page-link {
font-weight: 900;
background-color: var(--dark);
background-color: transparent;
border: 0.1px solid #343a40;
}
.page-link.active {

View File

@ -38,10 +38,6 @@ body, .navbar-light, .navbar-dark, .card, .modal-content, .comment-write textare
background-color: var(--gray-600)!important;
}
.page-link {
background-color: #ccc;
}
.page-link.active {
color: #ccc;
}