-
Notifications
You must be signed in to change notification settings - Fork 397
Expand file tree
/
Copy pathjuno.css
More file actions
41 lines (36 loc) · 824 Bytes
/
juno.css
File metadata and controls
41 lines (36 loc) · 824 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
/*
*
* Juno
*
*/
.juno {
position: relative;
-webkit-filter: contrast(1.25) saturate(1.1) grayscale(0.19);
filter: contrast(1.25) saturate(1.1) grayscale(0.19); }
.juno img {
width: 100%;
z-index: 1; }
.juno:before {
content: '';
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
z-index: 2; }
.juno:after {
content: '';
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
z-index: 3; }
.juno::after {
background: -webkit-radial-gradient(circle, rgba(150, 160, 150, 0.8) 100%, #c06ec9);
background: radial-gradient(circle, rgba(150, 160, 150, 0.8) 100%, #c06ec9);
mix-blend-mode: overlay; }