summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/wwwroot/Content/css
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-10-09 16:59:05 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-10-09 16:59:05 -0400
commit9a15da5a173e5e218c16e2e4ef0af0c98968e1cb (patch)
tree0601c05b5fce5d648b92237878df8eb2cae1be7f /src/SMAPI.Web/wwwroot/Content/css
parent42ff20cd92a3a28faca8de0c309396efa147f0e2 (diff)
downloadSMAPI-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.css5
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;