Skip to content
Snippets Groups Projects
Commit da88e287 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

fix color to be dark mode compliant

parent ae56e6c4
No related branches found
No related tags found
1 merge request!48Deploy on k8s prod
Pipeline #110360 passed
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
background: none; background: none;
} }
#content-related .module{ #content-related .module{
background: #f8f8f8; background: var(--darkened-bg);
} }
#site-wide-commands form{ #site-wide-commands form{
margin:15px 7px; margin:15px 7px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment