little changes
This commit is contained in:
@ -3,8 +3,16 @@ body {
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
body[data-bs-theme="dark"] {
|
||||
--bs-body-bg: #2125296b;
|
||||
}
|
||||
|
||||
.btn-dark {
|
||||
--bs-btn-bg: #2125296b;
|
||||
}
|
||||
|
||||
.card {
|
||||
background-color: rgba(37, 41, 45, 30%);
|
||||
background-color: rgba(37, 41, 45, 40%);
|
||||
}
|
||||
|
||||
.mino:not(.ghost):not(.locking) {
|
||||
|
Reference in New Issue
Block a user