forked from rDrama/rDrama
1
0
Fork 0

fix vaporeanalt's border animation css

master
Aevann 2023-10-26 20:53:57 +03:00
parent e4a3feeb93
commit fdb7eea8f6
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
}
.fixed-bottom, .popover, .modal-content, .dropdown-menu, .navbar, body, .form-control, #speed-carot-modal {
background-color: rgb(var(--background)) !important;
background-color: rgb(var(--background));
}
.App-side, .reports, .comment-section {

View File

@ -75,12 +75,12 @@ a:hover.user-name {
.form-control {
background: transparent;
border-color: var(--primary) !important;
border-color: var(--primary);
}
.btn {
background: transparent;
border-color: var(--primary) !important;
border-color: var(--primary);
border-width: 2px;
}