Reduce overall number of colors by streamlining brand colors

This commit is contained in:
Björn Fromme
2021-09-08 10:30:55 +02:00
parent fbcae58e71
commit 5a4378cb74
3 changed files with 9 additions and 9 deletions
@@ -1,3 +1,3 @@
.headerbar {
@apply bg-ep-primary-dark sbw:bg-sbw-primary text-white uppercase font-semibold py-2 px-4 mb-4;
@apply bg-ep-primary sbw:bg-sbw-primary text-white uppercase font-semibold py-2 px-4 mb-4;
}
@@ -246,7 +246,7 @@
<button type="submit" class="w-1/3 text-white uppercase py-2">
Detailsuche
</button>
<button type="submit" class="w-1/3 text-white bg-ep-primary-light uppercase py-2">
<button type="submit" class="w-1/3 text-white bg-ep-primary uppercase py-2">
Alle anzeigen
</button>
</div>