Skip to content

Commit 92d5313

Browse files
fixed
1 parent 77857a1 commit 92d5313

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/css/dark_mode.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ body {
133133
.navbar-light .navbar-nav .nav-link {
134134
color: {{ setting_value('visiosoft.theme.defaultadmin::dark_links_color') }};
135135
}
136-
div, p, span, table, body, h1, h2, h3, h4, h5, h6, td, tr, .user-action-dropdown {
136+
div, p, table, body, h1, h2, h3, h4, h5, h6, td, tr, .user-action-dropdown {
137137
color: {{ setting_value('visiosoft.theme.defaultadmin::dark_text_color') }} !important;
138138
}
139139
.btn-inverse {

resources/css/theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3160,7 +3160,7 @@ color: {{ setting_value('visiosoft.theme.defaultadmin::text_color') }};
31603160
.navbar-light .navbar-nav .nav-link {
31613161
color: {{ setting_value('visiosoft.theme.defaultadmin::links_color') }};
31623162
}
3163-
p, span, table, body, h1, h2, h3, h4, h5, h6, td, tr, .user-action-dropdown {
3163+
p, table, body, h1, h2, h3, h4, h5, h6, td, tr, .user-action-dropdown {
31643164
color: {{ setting_value('visiosoft.theme.defaultadmin::text_color') }} !important;
31653165
}
31663166
.btn-inverse {

0 commit comments

Comments
 (0)