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