Skip to content

Commit d4640be

Browse files
hf-kkleinKonstantin
and
Konstantin
authored
fix(ui): Change footer background to dark rose (#436)
* fix(ui): Change footer background to dark rose fixes #431 fixes #432 * Update tailwind.config.js --------- Co-authored-by: Konstantin <[email protected]>
1 parent 7448866 commit d4640be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/app/shared/components/footer/footer.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<a class="ahahnb" href="https://bedingungsbaum.hochfrequenz.de">Bedingungsbaum</a>
55
<a class="entscheidungsbaum" href="https://ebd.hochfrequenz.de">Entscheidungsbaumdiagramm</a>
66
</footer>
7-
<footer class="flex items-center bg-tint px-3 py-2">
7+
<footer class="flex items-center bg-dark px-3 py-2">
88
<div class="flex-none">
99
<a href="https://www.hochfrequenz.de/" target="_blank" rel="noopener noreferrer">
1010
<img

tailwind.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = {
99
tint: '#F6ECED',
1010
offwhite: '#E7E6E5',
1111
ebd_primary: '#8ba2d7',
12+
dark: '#cf939a',
1213
white: '#ffffff',
1314
},
1415
fontFamily: {

0 commit comments

Comments
 (0)