Ajout des thèmes jour/nuit

This commit is contained in:
Gauvain Boiché
2020-04-02 11:45:47 +02:00
parent 07bde75d11
commit 06bc4b1d5e
5 changed files with 76 additions and 5 deletions

View File

@@ -4,8 +4,8 @@ Colours and backgrounds for common.css
-------------------------------------------------------------- */
html, body {
color: rgba(0,0,0,.4);
background-color: #ECF0F1;
color: #000000;
background-color: #BEB8AE;
}
body {
@@ -97,7 +97,7 @@ body.content_block_header_block .forumbg .header a:hover, body.content_block_hea
}
.forabg, .forumbg, .viewtopic_wrapper {
background-color: rgba(0,0,0,.025);
background-color: #C9C6C255;
}
.navbar {