Skip to content

Commit 8d06c74

Browse files
committed
test: fixed navigation icons test
1 parent 339d15d commit 8d06c74

File tree

3 files changed

+26
-22
lines changed

3 files changed

+26
-22
lines changed

dokka-subprojects/plugin-base/src/main/resources/dokka/ui-kit/ui-kit.css

+3
Original file line numberDiff line numberDiff line change
@@ -2625,6 +2625,7 @@ a {
26252625
--breakpoint-mobile-max:439px;
26262626
--breakpoint-mobile-min:360px;
26272627
--color-key-blue:#307fff;
2628+
--color-key-blue-hover:#458cff;
26282629
--color-key-blue-50:rgba(48,127,255,.5);
26292630
--color-background-nav:#27282c;
26302631
--color-background-nav-dt:#323237;
@@ -2706,6 +2707,7 @@ a {
27062707
--breakpoint-mobile-max:439px;
27072708
--breakpoint-mobile-min:360px;
27082709
--color-key-blue:#307fff;
2710+
--color-key-blue-hover:#458cff;
27092711
--color-key-blue-50:rgba(48,127,255,.5);
27102712
--color-background-nav:#27282c;
27112713
--color-background-nav-dt:#323237;
@@ -2790,6 +2792,7 @@ code:not(.block) {
27902792
--breakpoint-mobile-max:439px;
27912793
--breakpoint-mobile-min:360px;
27922794
--color-key-blue:#307fff;
2795+
--color-key-blue-hover:#458cff;
27932796
--color-key-blue-50:rgba(48,127,255,.5);
27942797
--color-background-nav:#27282c;
27952798
--color-background-nav-dt:#323237;

0 commit comments

Comments
 (0)