mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2025-10-29 17:25:32 +00:00
some small things
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
// 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";
|
||||
|
||||
const ATTR_XSLT_ONLOAD = "script[xslt-onload]";
|
||||
const ATTR_XSLT_TEMPLATE = "xslt-template";
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
@import "tailwindcss";
|
||||
@theme {
|
||||
--font-script: Rancho, ui-serif;
|
||||
--font-sans: "Source Sans 3", "Merriweather Sans", ui-sans-serif;
|
||||
--font-serif: "Merriweather", ui-serif;
|
||||
--font-sans: "Linux Biolinum", "Merriweather Sans", ui-sans-serif;
|
||||
--font-serif: "Linux Libertine", ui-serif;
|
||||
|
||||
--color-background: oklch(0.985 0.001 106.423);
|
||||
--color-background-darker: oklch(0.97 0.001 106.424);
|
||||
@@ -62,5 +62,4 @@
|
||||
body {
|
||||
@apply bg-stone-50;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user