mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 14:15:36 +07:00
fix: table text color in dark mode
This commit is contained in:
@@ -42,6 +42,10 @@ body {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
color: var(--page-fg-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.form-control,
|
.form-control,
|
||||||
.form-control:disabled,
|
.form-control:disabled,
|
||||||
.form-control:focus,
|
.form-control:focus,
|
||||||
@@ -79,12 +83,14 @@ body {
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-color: #ccc
|
border-color: #ccc
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-default.focus,
|
.btn-default.focus,
|
||||||
.btn-default:focus {
|
.btn-default:focus {
|
||||||
color: #333;
|
color: #333;
|
||||||
background-color: #e6e6e6;
|
background-color: #e6e6e6;
|
||||||
border-color: #8c8c8c
|
border-color: #8c8c8c
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-default:hover {
|
.btn-default:hover {
|
||||||
color: #333;
|
color: #333;
|
||||||
background-color: #e6e6e6;
|
background-color: #e6e6e6;
|
||||||
|
|||||||
Reference in New Issue
Block a user