Skip to content

Commit

Permalink
fix(ui): solutions footer in white (#434)
Browse files Browse the repository at this point in the history
> Dabei bin ich zu folgendem Schluss gekommen: alle oberen Footer (also die mit den anderen Lösungen) sollten einen reinweißen Hintergrund bekommen.

Co-authored-by: Konstantin <konstantin.klein+github@hochfrequenz.de>
  • Loading branch information
hf-kklein and Konstantin authored Feb 4, 2025
1 parent a24c0e8 commit 77d0b07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/components/footer/footer.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<footer id="solutions" class="flex bg-offwhite justify-center flex-wrap py-2">
<footer id="solutions" class="flex bg-white justify-center flex-wrap py-2">
<a class="ahbesser" href="https://ahb-tabellen.hochfrequenz.de">AHB-Tabellen</a>
<a class="fristenkalender" href="https://fristenkalender.hochfrequenz.de">Fristenkalender</a>
<a class="ahahnb" href="https://bedingungsbaum.hochfrequenz.de">Bedingungsbaum</a>
Expand Down
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
tint: '#F6ECED',
offwhite: '#E7E6E5',
ebd_primary: '#8ba2d7',
white: '#ffffff',
},
fontFamily: {
sans: ['Roboto', 'Helvetica', 'Arial', 'sans-serif'],
Expand Down

0 comments on commit 77d0b07

Please sign in to comment.