minor : petites variations de couleurs
This commit is contained in:
parent
9a760bb29b
commit
3d86c95a2d
1 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
|||
html {
|
||||
--mmf-color: #e7453a;
|
||||
--bgcolor: #dddddd;
|
||||
--bluemmf: #357ABD;
|
||||
--dark-color: #401018; /* Pour les textes entre autre */
|
||||
--color1: var(--mmf-color);
|
||||
--color2: #CE3D34;
|
||||
|
@ -4116,7 +4117,7 @@ ul.post_options li {
|
|||
/* General Classes */
|
||||
/* Cat_bar / catbg */
|
||||
div.cat_bar {
|
||||
background: var(--color2);
|
||||
background: var(--bluemmf);
|
||||
padding: 0 0 1em 0;
|
||||
color: var(--neutral-light-color);
|
||||
margin-top: 0;
|
||||
|
|
Loading…
Reference in a new issue