We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c1204 commit b1236e1Copy full SHA for b1236e1
1 file changed
_base/plus.css
@@ -0,0 +1,22 @@
1
+:root {
2
+ --c-border: #e6e6e6;
3
+ --c-background: #f0f0f0;
4
+ --c-backgroundHead: #f0f0f0;
5
+ --c-numbering: #a37f4a;
6
+ --c-line0: #f9f9f9;
7
+ --c-line1: #ffffff;
8
+ --c-tabLine0: transparent;
9
+ --c-tabLine1: var(--c-tabLine0);
10
+ --c-anchorHover: #cc9900;
11
+ --c-anchorColor: #5a7a5a;
12
+ --c-contentPaneColor: rgb(255, 255, 226);
13
+ --c-wordFound: #ffee58;
14
+}
15
+
16
+a {
17
+ color: var(--c-anchorColor);
18
19
20
+a:hover {
21
+ color: var(--c-anchorHover);
22
0 commit comments