We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e659839 commit 24e1881Copy full SHA for 24e1881
1 file changed
docs/rotor.css
@@ -30,7 +30,7 @@ body p {
30
table
31
{
32
color: black;
33
- background: #FFFFCC;
+ background: #b1afba /*#FFFFCC;*/
34
}
35
36
table.plain
@@ -43,7 +43,7 @@ table.plain
43
td, th
44
45
46
+ background: #b1afba;
47
padding: 4px;
48
49
@@ -62,7 +62,7 @@ a:link
62
63
a:visited
64
65
- color: purple;
+ color: blue;
66
67
68
a:active
0 commit comments