1,167
edits
Join the HITS Discord and leave your suggestions for this wiki, talk about your edits, or just chat with fellow Tally Hall fans!
m (this needs to be a dot i think) |
(testing) |
||
Line 818: | Line 818: | ||
#prettybutton { | #prettybutton { | ||
background-color: #3366cc; | background-color: #3366cc; | ||
color: #ffffff; | |||
} | } | ||
#prettybutton:focus { | #prettybutton:focus { | ||
background-color: #22456d; | background-color: #22456d; | ||
color: #ffffff; | |||
} | } | ||
#prettybutton:visited { | #prettybutton:visited { | ||
background-color: #22456d; | background-color: #22456d; | ||
color: #ffffff; | |||
} | } | ||
.prettybutton-clicked { | .prettybutton-clicked { | ||
background-color: #22456d; | background-color: #22456d; | ||
color: #ffffff; | |||
} | |||
#prettybutton-clicked { | |||
background-color: #22456d; | |||
color: #ffffff; | |||
} | } |