1
0
forked from x/ContextOS
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-05-13 20:46:28 +08:00
parent 6943a096ac
commit 94fdbb79df
2 changed files with 6 additions and 0 deletions

View File

@ -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
`

View File

@ -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; }