mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 00:44:55 +03:00
Fix standalone css for regex.
This commit is contained in:
parent
43243ec1ae
commit
07c3ee8b37
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user