generated from webmural/surroundk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path6oo.css
More file actions
44 lines (36 loc) · 735 Bytes
/
6oo.css
File metadata and controls
44 lines (36 loc) · 735 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
::selection {
background: lavenderblush;
color: rebeccapurple;
}
:any-link {
box-shadow: 0 0 2em 1em skyblue;
background: turquoise;
color: #0e0e0e;
}
:any-link:nth-child(odd) {
box-shadow: 0 0 1em 1em hotpink;
background: skyblue;
}
.holy :any-link {
background: violet;
box-shadow: 0 0 .3ex .3ex violet;
}
:any-link:hover {
background: khaki;
}
:focus {
filter: hue-rotate(20deg);
outline: .382rem dotted;
}
:active {
filter: hue-rotate(10deg);
outline-style: solid;
}
html {
background: rebeccapurple;
background-image: linear-gradient(.9turn, dodgerblue 0%, transparent 20%, transparent 80%, skyblue);
color: #e0e0e0;
}
.holy {
background-image: linear-gradient(purple, transparent);
}