Fix code background in wiki pages

Fix needed after commit c444e40c01
This commit is contained in:
Mathieu "Thrar" Bacou 2018-03-08 20:14:44 +01:00
parent a0a1246efb
commit 7ac70e1f23

View File

@ -343,6 +343,10 @@ pre {
border:1px solid #090909;
}
#wiki-content-container code {
background: #000;
}
.notif-item a {
color: #ccc;
}