Skip to content

Commit c607278

Browse files
committed
style: improved button anchor colors
1 parent 544e607 commit c607278

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

phpmyfaq/assets/scss/layout/_theme-switcher.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
// Global background
4242
html,
4343
body {
44-
background: var(--bs-dark) !important;
44+
background: var(--bs-gray-700) !important;
4545
color: var(--bs-light);
4646
}
4747

@@ -122,6 +122,10 @@
122122
color: var(--bs-info);
123123
opacity: 0.8;
124124
}
125+
126+
&.btn {
127+
color: var(--bs-light);
128+
}
125129
}
126130

127131
// Form elements

0 commit comments

Comments
 (0)