Skip to content

Commit c9a03cf

Browse files
committed
Final color tweaks
1 parent 6a99132 commit c9a03cf

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

resources/views/layouts/default.blade.php

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@
8181
--text-blue: var(--text-legend-help);
8282
--text-legend-help: var(--text-help);
8383
--text-warning: #da9113;
84-
--main-theme-hover: hsl(from var(--main-theme-color) h s calc(l + 5));
85-
--btn-theme-base: hsl(from var(--main-theme-color) h s calc(l - 5));
86-
--btn-theme-hover: hsl(from var(--btn-theme-base) h s calc(l + 15));
84+
--main-theme-hover: hsl(from var(--main-theme-color) h s calc(l - 10));
85+
--btn-theme-base: hsl(from var(--main-theme-color) h s calc(l + 5));
86+
--btn-theme-hover: var(--main-theme-hover);
8787
--btn-theme-border: hsl(from var(--btn-theme-base) h s calc(l + 20));
88-
--btn-theme-hover-text-color: hsl(from var(--btn-theme-hover) h s calc(l - 20));
88+
--btn-theme-hover-text-color: var(--nav-primary-text-color);
8989
9090
}
9191
@@ -110,9 +110,9 @@
110110
--text-legend-help: #d6d6d6;
111111
--main-theme-hover: hsl(from var(--main-theme-color) h s calc(l - 10));
112112
--btn-theme-base: hsl(from var(--main-theme-color) h s calc(l + 5));
113-
--btn-theme-hover: hsl(from var(--btn-theme-base) h s calc(l + 15));
113+
--btn-theme-hover: var(--main-theme-hover);
114114
--btn-theme-border: hsl(from var(--btn-theme-base) h s calc(l + 20));
115-
--btn-theme-hover-text-color: hsl(from var(--btn-theme-hover) h s calc(l + 20));
115+
--btn-theme-hover-text-color: var(--nav-primary-text-color);
116116
}
117117
118118
@@ -474,17 +474,14 @@
474474
.pagination > li > a:hover
475475
{
476476
background-color: var(--main-theme-hover) !important;
477-
478477
border-color: var(--btn-theme-hover) !important;
479-
/*color: var(--btn-theme-hover-text-color) !important;*/
480478
color: var(--nav-primary-text-color) !important;
481479
}
482480
483481
.pagination > li > a
484482
{
485483
background-color: var(--main-theme-color) !important;
486484
border-color: var(--btn-theme-hover) !important;
487-
/*color: var(--btn-theme-text-color) !important;*/
488485
color: var(--nav-primary-text-color) !important;
489486
}
490487
@@ -511,7 +508,7 @@
511508
}
512509
513510
.main-header .navbar .nav>.active>a {
514-
background-color: hsl(from var(--main-theme-color) h s calc(l - 5));
511+
background-color: hsl(from var(--main-theme-color) h s calc(l - 5)) !important;
515512
color: var(--nav-primary-text-color) !important;
516513
}
517514
@@ -526,7 +523,7 @@
526523
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li:hover > a,
527524
.task_menu
528525
{
529-
background-color: hsl(from var(--main-theme-color) h s calc(l - 5));
526+
background-color: hsl(from var(--main-theme-color) h s calc(l - 5)) !important;
530527
color: var(--nav-primary-text-color) !important;
531528
margin-bottom: 0;
532529
}

0 commit comments

Comments
 (0)