Files
trilium-share-gruvbox aa7a2d0ab5 Add Gruvbox share theme + blog system for Trilium (anonymized)
Blog generator, publish manager, share scripts, theme CSS, highlight.js
bundles, font, favicon, templates and generated-reference outputs, plus an
English installation guide.
2026-08-28 13:36:22 +02:00

10 lines
322 B
JavaScript

<style>
html.theme-dark #content h1 {
background-color: rgba(184, 187, 38, 0.80) !important;
border-bottom-color: rgba(184, 187, 38, 0.95) !important;
}
html.theme-light #content h1 {
background-color: rgba(184, 187, 38, 0.55) !important;
border-bottom-color: rgba(184, 187, 38, 0.8) !important;
}
</style>