diff --git a/README.md b/README.md index 4514caa..393b0d1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ - [] delete flag user administration - [] max_people = 0 -> Rot hervorheben, dass Ausfahrt abgesagt wurde? - [] my trips for cox -- [ ] ~/frontend/scss/components/_btns.scss -> line 13 -> use proper scss variables # Nice to have - [] automatically add regular planned trip diff --git a/frontend/scss/components/_btns.scss b/frontend/scss/components/_btns.scss index 0fd7705..d061553 100644 --- a/frontend/scss/components/_btns.scss +++ b/frontend/scss/components/_btns.scss @@ -10,7 +10,7 @@ } &-gray { - background-color: gray; + @apply bg-gray-700 hover:bg-gray-800 focus-visible:outline-primary-800; } &-attention {