dark mode
This commit is contained in:
parent
5705884e5c
commit
ac2c9415c0
@ -174,6 +174,26 @@
|
|||||||
box-shadow: none !important;
|
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>
|
</style>
|
||||||
|
|
||||||
<!-- Blok head umożliwiający dołączenie dodatkowych stylów -->
|
<!-- Blok head umożliwiający dołączenie dodatkowych stylów -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user