Skip to content

Commit b1236e1

Browse files
committed
BASE : plus.css introduced
1 parent 97c1204 commit b1236e1

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

_base/plus.css

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)