forked from x/ContextOS
opt some
This commit is contained in:
parent
6943a096ac
commit
94fdbb79df
@ -28,3 +28,7 @@ https://www.cnblogs.com/cl1234/p/5545290.html
|
|||||||
http://www.unicode.org/charts/
|
http://www.unicode.org/charts/
|
||||||
https://www.w3schools.com/charsets/ref_html_utf8.asp
|
https://www.w3schools.com/charsets/ref_html_utf8.asp
|
||||||
`
|
`
|
||||||
|
section "ascii"
|
||||||
|
refer `
|
||||||
|
https://man7.org/linux/man-pages/man4/console_codes.4.html
|
||||||
|
`
|
||||||
|
@ -2,6 +2,8 @@ body.white { background-color:white; color:black; }
|
|||||||
body.white legend { background-color:#ffffffc2; }
|
body.white legend { background-color:#ffffffc2; }
|
||||||
body.white input { background-color:#ffffff7d; color:black; }
|
body.white input { background-color:#ffffff7d; color:black; }
|
||||||
body.white textarea { background-color:white; 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 tr:hover { background-color:skyblue; }
|
||||||
body.white table.content th { background-color:skyblue; }
|
body.white table.content th { background-color:skyblue; }
|
||||||
body.white table.content td:hover { background-color:skyblue; }
|
body.white table.content td:hover { background-color:skyblue; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user