summaryrefslogtreecommitdiff
path: root/modules/git/cgit_theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'modules/git/cgit_theme.css')
-rw-r--r--modules/git/cgit_theme.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/git/cgit_theme.css b/modules/git/cgit_theme.css
index 3d362ec..a161e89 100644
--- a/modules/git/cgit_theme.css
+++ b/modules/git/cgit_theme.css
@@ -1,3 +1,5 @@
+<style>
+
:root {
--bg_h: #1d2021;
--bg: #282828;
@@ -169,3 +171,5 @@ div#cgit table.diffstat td.graph td.add {
div#cgit table.diffstat td.graph td.rem {
background: var(--red);
}
+
+</style>