1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-26 01:04:06 +08:00
This commit is contained in:
harveyshao 2022-06-19 23:39:18 +08:00
parent accb6b4989
commit b5986cc682

View File

@ -242,6 +242,7 @@ input[type=text]:hover { background-color:white; }
input[name=cmd]:hover { background-color:white; color:black; }
input[type=button]:hover { background-color:gray; color:cyan; }
body.black a { color:yellow; }
body.white legend:hover { background-color:skyblue; }
body.white input[type=text]:hover { background-color:cyan; }
body.white input[name=cmd]:hover { background-color:white; color:black; }