mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2025-10-29 09:15:33 +00:00
Next/Prev stuff
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
// INFO: We import this so vite processes the stylesheet
|
||||
import "../public/css/fonts.css";
|
||||
import "./site.css";
|
||||
import "../public/css/remixicon.css";
|
||||
import "../public/js/alpine.min.js";
|
||||
import "../public/js/htmx.min.js";
|
||||
import "../public/js/htmx-response-targets.js";
|
||||
|
||||
@@ -62,4 +62,16 @@
|
||||
body {
|
||||
@apply bg-stone-50;
|
||||
}
|
||||
|
||||
.container-normal {
|
||||
@apply w-full max-w-(--breakpoint-xl) mx-auto px-3 py-4 relative;
|
||||
}
|
||||
|
||||
.stdlink {
|
||||
@apply underline decoration-dotted;
|
||||
}
|
||||
|
||||
nav a[aria-current="page"] {
|
||||
@apply font-bold text-red-500;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user