Skip to content

Commit 7ecb96d

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents fe3c301 + 5f0d7fd commit 7ecb96d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/views/layouts/default.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,9 @@
318318
.btn-selected a,
319319
.btn-selected:hover,
320320
.btn-selected:focus {
321-
background-color: var(--table-stripe-bg) !important;
322-
border-color: var(--table-stripe-bg) !important;
323-
color: light-dark(hsl(from var(--color-fg) h s calc(l - 10)),hsl(from var(--color-fg) h s calc(l - 10))) !important;
321+
color: light-dark(hsl(from var(--main-theme-color) h s calc(l + 30)), hsl(from var(--main-theme-color) h s calc(l + 30))) !important;
322+
background-color: light-dark(hsl(from var(--main-theme-color) h s calc(l - 20)), hsl(from var(--main-theme-color) h s calc(l - 20))) !important;
323+
border-color: light-dark(hsl(from var(--main-theme-color) h s calc(l - 25)), hsl(from var(--main-theme-color) h s calc(l - 25))) !important;
324324
325325
}
326326

0 commit comments

Comments
 (0)