Fix color for PHP code

Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
This commit is contained in:
Liviu-Mihail Concioiu 2026-02-20 15:40:38 +01:00
parent 86eeab53bf
commit 0dcd92ce67
4 changed files with 16 additions and 0 deletions

View File

@ -2365,3 +2365,7 @@ th {
pre {
margin: 0;
}
code.php {
color: var(--#{$prefix}code-color);
}

View File

@ -2530,3 +2530,7 @@ body {
pre {
margin: 0;
}
code.php {
color: var(--#{$prefix}code-color);
}

View File

@ -2348,3 +2348,7 @@ body {
pre {
margin: 0;
}
code.php {
color: var(--#{$prefix}code-color);
}

View File

@ -2528,3 +2528,7 @@ meter {
pre {
margin: 0;
}
code.php {
color: var(--#{$prefix}code-color);
}