Skip to content

Commit a6d9c1f

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents a5e1528 + bb5c142 commit a6d9c1f

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

resources/views/layouts/default.blade.php

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@
5959
--text-help: light-dark(#605e5e,#a6a4a4);
6060
--nav-primary-text-color: {{ $nav_link_color ?? 'light-dark(hsl(from var(--main-theme-color) h s calc(l - 10)),hsl(from var(--main-theme-color) h s calc(l - 10)))' }};
6161
--nav-hover-text-color: {{ $nav_link_color ?? 'light-dark(hsl(from var(--main-theme-color) h s calc(l - 10)),hsl(from var(--main-theme-color) h s calc(l - 10)))' }};
62-
62+
--main-footer-bg-color: light-dark(#ffffff,#3d4144);
63+
--main-footer-top-border-color: light-dark(#d2d6de,#605e5e);
64+
--main-footer-text-color: light-dark(##605e5e, #d2d6de);
6365
6466
}
6567
@@ -128,6 +130,12 @@
128130
color: var(--color-fg) !important;
129131
}
130132
133+
footer.main-footer {
134+
color: var(--main-footer-text-color) !important;
135+
background-color: var(--main-footer-bg-color) !important;
136+
border-top: 1px solid var(--main-footer-top-border-color) !important;
137+
}
138+
131139
a,
132140
a:link,
133141
a:visited
@@ -308,12 +316,6 @@
308316
}
309317
310318
311-
.footer-links a:link
312-
{
313-
color: var(--text-blue) !important;
314-
}
315-
316-
317319
318320
label,
319321
.icon-med,
@@ -1690,7 +1692,7 @@
16901692
</div><!-- /.content-wrapper -->
16911693
<footer class="main-footer hidden-print" style="display:grid;flex-direction:column;">
16921694

1693-
<div class="1hidden-xs pull-left">
1695+
<div class="hidden-xs pull-left">
16941696
<div class="pull-left footer-links">
16951697
{!! trans('general.footer_credit') !!}
16961698
</div>

0 commit comments

Comments
 (0)