diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-08-04 15:55:24 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 19:00:50 -0400 |
commit | f24e7428df15ee8bcc9a2a45de98363670e72231 (patch) | |
tree | 0308828076f50995cb45c281c34a17d7cf217658 /src/SMAPI.Web/wwwroot/Content/css | |
parent | 1b9ce5e64ff248a9cf616f1b7fe8a39a74bd8baa (diff) | |
download | SMAPI-f24e7428df15ee8bcc9a2a45de98363670e72231.tar.gz SMAPI-f24e7428df15ee8bcc9a2a45de98363670e72231.tar.bz2 SMAPI-f24e7428df15ee8bcc9a2a45de98363670e72231.zip |
add line highlighting and linking (#654)
Diffstat (limited to 'src/SMAPI.Web/wwwroot/Content/css')
-rw-r--r-- | src/SMAPI.Web/wwwroot/Content/css/json-validator.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/SMAPI.Web/wwwroot/Content/css/json-validator.css b/src/SMAPI.Web/wwwroot/Content/css/json-validator.css index f9aeb18b..d4a43032 100644 --- a/src/SMAPI.Web/wwwroot/Content/css/json-validator.css +++ b/src/SMAPI.Web/wwwroot/Content/css/json-validator.css @@ -72,6 +72,10 @@ background: #fff; } +#output div.sunlight-line-highlight-active { + background-color: #eeeacc; +} + /********* ** Upload form *********/ |