diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-10-09 16:59:05 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-10-09 16:59:05 -0400 |
commit | 9a15da5a173e5e218c16e2e4ef0af0c98968e1cb (patch) | |
tree | 0601c05b5fce5d648b92237878df8eb2cae1be7f /src/SMAPI.Web/wwwroot/Content/css | |
parent | 42ff20cd92a3a28faca8de0c309396efa147f0e2 (diff) | |
download | SMAPI-9a15da5a173e5e218c16e2e4ef0af0c98968e1cb.tar.gz SMAPI-9a15da5a173e5e218c16e2e4ef0af0c98968e1cb.tar.bz2 SMAPI-9a15da5a173e5e218c16e2e4ef0af0c98968e1cb.zip |
add 'strict mode' release with deprecated APIs stripped out
Diffstat (limited to 'src/SMAPI.Web/wwwroot/Content/css')
-rw-r--r-- | src/SMAPI.Web/wwwroot/Content/css/log-parser.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/SMAPI.Web/wwwroot/Content/css/log-parser.css b/src/SMAPI.Web/wwwroot/Content/css/log-parser.css index f136a96f..995f5aa9 100644 --- a/src/SMAPI.Web/wwwroot/Content/css/log-parser.css +++ b/src/SMAPI.Web/wwwroot/Content/css/log-parser.css @@ -73,6 +73,11 @@ table caption { margin-bottom: 0.5em; } +#fix-list li.notice { + background: #EEFFEE; + border-color: #080; +} + #fix-list li.important { background: #FCC; border-color: #800; |