diff --git a/frontend/scss/app.scss b/frontend/scss/app.scss index b4bb35b..d3d9784 100644 --- a/frontend/scss/app.scss +++ b/frontend/scss/app.scss @@ -11,3 +11,4 @@ @import 'components/status'; @import 'components/chart'; @import 'components/search'; +@import 'components/important'; diff --git a/frontend/scss/components/_btns.scss b/frontend/scss/components/_btns.scss index 4fca153..5691039 100644 --- a/frontend/scss/components/_btns.scss +++ b/frontend/scss/components/_btns.scss @@ -10,7 +10,7 @@ } &-gray { - @apply bg-gray-400 hover:bg-gray-500 dark:bg-primary-600 focus-visible:outline-primary-500; + @apply bg-gray-400 hover:bg-gray-500 focus-visible:outline-primary-500; } &-attention { diff --git a/frontend/scss/components/_important.scss b/frontend/scss/components/_important.scss new file mode 100644 index 0000000..7d2e869 --- /dev/null +++ b/frontend/scss/components/_important.scss @@ -0,0 +1,4 @@ +.rounded-t-none-important { + border-top-left-radius: 0px !important; + border-top-right-radius: 0px !important; +} diff --git a/frontend/tailwind.config.cjs b/frontend/tailwind.config.cjs index bf9ec7b..3510e01 100644 --- a/frontend/tailwind.config.cjs +++ b/frontend/tailwind.config.cjs @@ -40,7 +40,6 @@ export default { }, }, plugins: [], - important: true, darkMode: 'class', } diff --git a/templates/includes/macros.html.tera b/templates/includes/macros.html.tera index cc797e7..f2c5071 100644 --- a/templates/includes/macros.html.tera +++ b/templates/includes/macros.html.tera @@ -152,7 +152,7 @@ {% macro input(label, name, type, required=false, class='rounded-md', value='', min='', hide_label=false, id='', autofocus=false, wrapper_class='', pattern='') %}
Kein Boot am Wasser
+Kein Boot am Wasser
{% endif %} diff --git a/templates/log.html.tera b/templates/log.html.tera index dab1c77..24d54ee 100644 --- a/templates/log.html.tera +++ b/templates/log.html.tera @@ -39,7 +39,7 @@ {% endif %} {% endfor %} {% else %} -Kein Boot am Wasser
+Kein Boot am Wasser
{% endif %}