We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f74512 commit ff305c1Copy full SHA for ff305c1
src/lib/components/shared/footer-tools.svelte
@@ -10,7 +10,7 @@
10
target="_blank"
11
rel="noopener noreferrer"
12
style="font:14px/22px Roboto, sans-serif; line-height:1.5;"
13
- class="flex flex-row items-center rounded-full bg-ahb_primary text-white text-lg px-2 py-1 m-2
+ class="flex flex-row items-center rounded-full bg-ahb_tone text-white text-lg px-2 py-1 m-2
14
ring-1
15
ring-black/5
16
hover:ring-black/10
tailwind.config.js
@@ -7,6 +7,7 @@ export default {
7
off_white: "#E7E6E5",
8
ahb_primary: "#ff569c",
9
ahb_secondary: "#F4E0E1",
+ ahb_tone: "#ebbec1",
bedingungsbaum_primary: "#e5bd5c",
bedingungsbaum_secondary: "#F4E2B9",
ebd_primary: "#8BA2D7",
0 commit comments