r702 vs r703
1
{{{#!style
2
.red td:hover {
3
background-color: red;
4
color: white;
1
{{{{{{#!style
2
.key td:hover {
3
background-color:#f5f5f5;
4
}
5
@theseed-dark-mode {
6
.key td:hover {
7
background-color:#2d2f34;
8
}
9
}
510
11
<tableclass=key>
12
}}}}}}
613
714
815
......
1320
1421
1522
16
23
{{{#!style
24
.red td:hover {
25
background-color: red;
26
color: white;
1727
}
1828
@theseed-dark-mode {
1929
.red td:hover {
......