-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathstyle.css
More file actions
43 lines (35 loc) · 1 KB
/
Copy pathstyle.css
File metadata and controls
43 lines (35 loc) · 1 KB
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
.vectorstudio-iframe body {
overflow: hidden;
}
#vectorstudio-iframe, #svgcode-iframe {
width: 100%;
height: 100vh;
overflow: hidden;
}
img[src$=".svg"], img[src^="data:image/svg"] {
background: currentColor;
fill: currentColor;
filter: invert(1);
}
.vs_svg_bg_0 {
background: none !important;
}
.vs_svg_bg_1 {
background: white !important;
}
.vs_svg_bg_2 {
background: black !important;
}
.vs_svg_bg_3 {
background-image:
linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, .2) 75%, rgba(255, 255, 255, .2)),
linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, .2) 75%, rgba(255, 255, 255, .2))
!important;
background-size: 20px 20px !important;
background-position: 0 0, 10px 10px !important;
}
.vs_svg_bg_4 {
background: currentColor !important;
fill: currentColor !important;
filter: invert(1) !important;
}