generated from webmural/qanda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
auroraplur.css
64 lines (52 loc) · 971 Bytes
/
auroraplur.css
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
::selection {
background: #e1e;
color: #111;
}
:root {
background-color: orange;
background-image: linear-gradient(deepskyblue, dodgerblue, cornflowerblue, #e7f);
color: #111;
}
mark {
background-color: #e7f;
color: #111;
}
.ear {
background-image: linear-gradient(salmon, orange, coral);
color: #318;
}
.let {
background-image: linear-gradient(#7ed, #11dff1, turquoise);
color: #318;
}
.luv {
background-image: linear-gradient(#e7f, orange, skyblue);
color: #318;
}
.you {
background-image: linear-gradient(darkmagenta, #318, purple);
color: orange;
}
.daw {
background-image: linear-gradient(#11dff1, #7ed, springgreen);
color: #318;
}
:target {
filter: saturate(161%);
}
:any-link {
color: inherit;
background-color: transparent;
}
[rel] {
filter: sepia(23%);
}
:any-link:hover {
filter: drop-shadow(0 1ch 1ch fuchsia);
}
.echo {
color: midnightblue;
text-shadow:
-1vw 1vh 0 #fab,
1vw -1vh 0 #e7f;
}