!important different color (#245654)

Fixes #244632
This commit is contained in:
Alex Ross
2025-04-04 11:14:43 +02:00
committed by GitHub
parent 365173692a
commit 8c8c5b6751
4 changed files with 47 additions and 1 deletions
@@ -16,7 +16,7 @@
}
body {
font: 75% georgia, sans-serif;
line-height: 1.88889;
line-height: 1.88889 !important;
color: #555753;
background: #fff url(blossoms.jpg) no-repeat bottom right;
margin: 0;
@@ -1259,6 +1259,34 @@
"light_modern": "constant.numeric: #098658"
}
},
{
"c": " ",
"t": "source.css meta.property-list.css meta.property-value.css",
"r": {
"dark_plus": "default: #D4D4D4",
"light_plus": "default: #000000",
"dark_vs": "default: #D4D4D4",
"light_vs": "default: #000000",
"hc_black": "default: #FFFFFF",
"dark_modern": "default: #CCCCCC",
"hc_light": "default: #292929",
"light_modern": "default: #3B3B3B"
}
},
{
"c": "!important",
"t": "source.css meta.property-list.css meta.property-value.css keyword.other.important.css",
"r": {
"dark_plus": "keyword: #569CD6",
"light_plus": "keyword: #0000FF",
"dark_vs": "keyword: #569CD6",
"light_vs": "keyword: #0000FF",
"hc_black": "keyword: #569CD6",
"dark_modern": "keyword: #569CD6",
"hc_light": "keyword: #0F4A85",
"light_modern": "keyword: #0000FF"
}
},
{
"c": ";",
"t": "source.css meta.property-list.css punctuation.terminator.rule.css",
@@ -727,6 +727,20 @@
"light_modern": "constant.numeric: #098658"
}
},
{
"c": "!important",
"t": "keyword.other.important.css",
"r": {
"dark_plus": "keyword: #569CD6",
"light_plus": "keyword: #0000FF",
"dark_vs": "keyword: #569CD6",
"light_vs": "keyword: #0000FF",
"hc_black": "keyword: #569CD6",
"dark_modern": "keyword: #569CD6",
"hc_light": "keyword: #0F4A85",
"light_modern": "keyword: #0000FF"
}
},
{
"c": ";",
"t": "",