Fix color in css

This commit is contained in:
Laurent Destailleur 2022-03-06 20:31:06 +01:00
parent 893e1571b8
commit e6857c9f64
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
-webkit-font-smoothing: antialiased;
text-align:center;
text-decoration:none;
color: #<?php echo $colortextbackhmenu; ?>;
color: var(--colortextbackhmenu);
}
.fa-15x {

View File

@ -15,7 +15,7 @@
-webkit-font-smoothing: antialiased;
text-align:center;
text-decoration:none;
color: #<?php echo $colortextbackhmenu; ?>;
color: var(--colortextbackhmenu);
}
.fa-15x {