Fix standalone css for regex.

This commit is contained in:
jcamiel 2024-04-18 10:47:26 +02:00
parent 43243ec1ae
commit 07c3ee8b37
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ code {
}
.string, .multiline, .name, .json, .xml, .base64, .hex, .filename, .cookie-value {
.string, .multiline, .name, .json, .xml, .base64, .hex, .filename, .cookie-value, .regex {
color: darkgreen;
}

View File

@ -42,7 +42,7 @@ code {
}
.string, .multiline, .name, .json, .xml, .base64, .hex, .filename, .cookie-value {
.string, .multiline, .name, .json, .xml, .base64, .hex, .filename, .cookie-value, .regex {
color: darkgreen;
}