dark mode
This commit is contained in:
@ -174,6 +174,26 @@
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
|
||||
.dark-mode .btn-secondary:hover {
|
||||
background-color: #555 !important;
|
||||
border-color: #888888 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.dark-mode .btn-warning:hover {
|
||||
background-color: #e6aa00 !important;
|
||||
border-color: #c98f00 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.dark-mode .btn-outline-dark:hover {
|
||||
background-color: #444 !important;
|
||||
border-color: #888888 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
<!-- Blok head umożliwiający dołączenie dodatkowych stylów -->
|
||||
|
Reference in New Issue
Block a user