diff options
Diffstat (limited to '')
| -rw-r--r-- | modules/git/cgit_theme.css | 4 | 
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> | 
