mirror of
https://github.com/yusing/godoxy.git
synced 2025-07-21 03:54:02 +02:00

- Introduced a new themed middleware that allows for dynamic theme application. - Added support for multiple themes: dark, dark-grey, solarized-dark, and custom CSS. - Included CSS files for each theme and a font CSS template for font customization. - Updated middleware registry to include the new themed middleware.
4 lines
102 B
CSS
4 lines
102 B
CSS
@import url("{{.FontURL}}");
|
|
body {
|
|
font-family: "{{.FontFamily}}", "arial", "roboto" !important;
|
|
}
|