-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcab.css
18 lines (18 loc) · 961 Bytes
/
cab.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* opensource color https://s9a.page/cab */
html { --cab-oil: seashell; --cab-ink: #212 }
.cab-ez a { color: inherit; outline-color: currentColor }
.cab-ave { --cab-oil: moccasin; --cab-ink: #212 }
.cab-sun { --cab-oil: #ec0; --cab-ink: #212 }
.cab-sup { --cab-oil: papayawhip; --cab-ink: #718 }
.cab-curb { --cab-oil: #cab; --cab-ink: #212 }
.cab-river { --cab-oil: powderblue; --cab-ink: #718 }
.cab-fresh { --cab-oil: chartreuse; --cab-ink: #646 }
.cab-rush { --cab-oil: mistyrose; --cab-ink: #917 }
.cab-gush { --cab-oil: seashell; --cab-ink: #929 }
.cab-park { --cab-oil: powderblue; --cab-ink: #332 }
.cab-wave { --cab-oil: seashell; --cab-ink: #347 }
.cab-heat { --cab-oil: hotpink; --cab-ink: #212 }
.cab-flag { --cab-oil: salmon; --cab-ink: indigo }
.cab-am.cab-am { background-color: var(--cab-oil); color: var(--cab-ink) }
.cab-pm.cab-pm { background-color: var(--cab-ink); color: var(--cab-oil) }
::selection { background: blueviolet; color: wheat }