Basis Suche Inhalte

This commit is contained in:
Simon Martens
2025-02-28 22:31:19 +01:00
parent 4581f34dd9
commit ca33ec7be3
20 changed files with 1290 additions and 594 deletions

View File

@@ -46,6 +46,7 @@
@layer components {
html {
font-size: 16px;
scroll-behavior: auto !important;
}
@media (max-width: 1280px) {
html {
@@ -458,4 +459,8 @@
@apply bg-stone-100 pr-6 py-4;
/*direction: rtl;*/
}
.tab-list-head[aria-pressed="true"] {
@apply !text-slate-800 bg-stone-50;
}
}