mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 15:17:09 +00:00
29
custom.css
29
custom.css
@@ -49,6 +49,21 @@
|
||||
background-color: #4b4f54 !important;
|
||||
}
|
||||
|
||||
.btn-outline-danger:hover {
|
||||
background-color: #dae0e5 !important;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.btn-dark {
|
||||
background-color: white !important;
|
||||
color: #149633;
|
||||
border-color: #149633 !important;
|
||||
}
|
||||
|
||||
.btn-dark:hover {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.dropdown-item {
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -161,6 +176,20 @@ body[data-style="dark"] .card.bg-info .card.bg-info {
|
||||
color: black !important;
|
||||
}
|
||||
|
||||
body[data-style="dark"] .btn-outline-danger {
|
||||
background-color: #2d3236 !important;
|
||||
}
|
||||
|
||||
body[data-style="dark"] .btn-dark {
|
||||
background-color: #2d3236 !important;
|
||||
color: #149633;
|
||||
border-color: #149633;
|
||||
}
|
||||
|
||||
body[data-style="dark"] .btn-dark:hover {
|
||||
color: white;
|
||||
}
|
||||
|
||||
body[data-style="dark"] .card.bg-dark {
|
||||
background-color: #4b4f54 !important;
|
||||
color: white !important;
|
||||
|
||||
Reference in New Issue
Block a user