(7th Feb, 11:31 pm)Legitti Wrote: Im also having trouble with dark theme, css is not loading correctly for some reason.. any help?
https://gyazo.com/e194d81e5afde791724e63455d76b163
Edit images/metrostyle/stylesheet/dark.css and find:
Code:
.navigation_menu > ul > li, .social_menu, .social_menu > a, .panel_button {
border-color:#111111;
}
Replace with:
Code:
.navigation_menu > ul > li, .social_menu, .social_menu > a, .panel_button {
border-color:#111111 !important;
}