mirror of
https://github.com/yusing/godoxy.git
synced 2026-02-25 11:54:52 +01: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.
5 lines
102 B
CSS
5 lines
102 B
CSS
@import url("{{.FontURL}}");
|
|
body {
|
|
font-family: "{{.FontFamily}}", "arial", "roboto" !important;
|
|
}
|