diff --git a/src/recent.shy b/src/recent.shy index 7683cbfe..72fcf546 100644 --- a/src/recent.shy +++ b/src/recent.shy @@ -28,3 +28,7 @@ https://www.cnblogs.com/cl1234/p/5545290.html http://www.unicode.org/charts/ https://www.w3schools.com/charsets/ref_html_utf8.asp ` +section "ascii" +refer ` +https://man7.org/linux/man-pages/man4/console_codes.4.html +` diff --git a/src/template/web.chat.header/white.css b/src/template/web.chat.header/white.css index d73a0e10..9d0f810d 100644 --- a/src/template/web.chat.header/white.css +++ b/src/template/web.chat.header/white.css @@ -2,6 +2,8 @@ body.white { background-color:white; color:black; } body.white legend { background-color:#ffffffc2; } body.white input { background-color:#ffffff7d; color:black; } body.white textarea { background-color:white; color:black; } +body.white div.item:hover { background-color:aliceblue; } +body.white div.item.select { background-color:aliceblue; } body.white table.content tr:hover { background-color:skyblue; } body.white table.content th { background-color:skyblue; } body.white table.content td:hover { background-color:skyblue; }