Fix color in css
This commit is contained in:
parent
893e1571b8
commit
e6857c9f64
@ -15,7 +15,7 @@
|
||||
-webkit-font-smoothing: antialiased;
|
||||
text-align:center;
|
||||
text-decoration:none;
|
||||
color: #<?php echo $colortextbackhmenu; ?>;
|
||||
color: var(--colortextbackhmenu);
|
||||
}
|
||||
|
||||
.fa-15x {
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
-webkit-font-smoothing: antialiased;
|
||||
text-align:center;
|
||||
text-decoration:none;
|
||||
color: #<?php echo $colortextbackhmenu; ?>;
|
||||
color: var(--colortextbackhmenu);
|
||||
}
|
||||
|
||||
.fa-15x {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user