generated from webmural/eq
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathone.css
More file actions
50 lines (41 loc) · 739 Bytes
/
one.css
File metadata and controls
50 lines (41 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
* {
text-shadow: -1em 1em 1em peachpuff;
}
::selection {
background: #fdfd00;
color: #415;
}
:root {
background-color: #bae4ea;
background-image: linear-gradient(.333turn, #bae, #bae4ea, mistyrose, peachpuff);
color: #415;
}
mark {
background-color: #bae;
color: #415;
}
:any-link {
color: #fdfd00;
text-decoration-color: #415;
text-decoration-style: wavy;
}
:focus {
outline-color: indigo;
outline-width: thick;
}
:any-link {
text-shadow: -.111ex .111ex 0 #415;
}
strong :any-link {
text-decoration-color: #bae;
text-decoration-style: dotted;
text-shadow: .111ex 0 .111ex orange;
}
[href*=spotify] {
color: springgreen;
}
@media (prefers-contrast: more) {
:any-link {
color: #111;
}
}