mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 09:38:42 +00:00
fix: dark mode bs5 table class
This commit is contained in:
parent
e542600dfa
commit
a811b3e646
@ -619,3 +619,15 @@ form.form-horizontal {
|
|||||||
[data-bs-theme='dark'] .uoj-username-brown {
|
[data-bs-theme='dark'] .uoj-username-brown {
|
||||||
color: #996f1c;
|
color: #996f1c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Dark: Table Colors */
|
||||||
|
|
||||||
|
[data-bs-theme='dark'] .table-success {
|
||||||
|
--bs-table-bg: #d1e7ddb9;
|
||||||
|
--bs-table-border-color: #bcd0c7b9;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-bs-theme='dark'] .table-warning {
|
||||||
|
--bs-table-bg: #fff3cdb9;
|
||||||
|
--bs-table-border-color: #e6dbb9b9;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user