We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5488e03 commit d142dffCopy full SHA for d142dff
1 file changed
_styles/header.scss
@@ -47,6 +47,25 @@ header a {
47
height: 100%;
48
}
49
50
+.logo svg {
51
+ overflow: visible;
52
+}
53
+
54
+.logo svg path,
55
+.logo svg rect,
56
+.logo svg circle,
57
+.logo svg ellipse,
58
+.logo svg polygon,
59
+.logo svg polyline,
60
+.logo svg line {
61
+ stroke: #fff;
62
+ stroke-width: 3;
63
+ stroke-linecap: round;
64
+ stroke-linejoin: round;
65
+ paint-order: stroke fill;
66
+ vector-effect: non-scaling-stroke;
67
68
69
.title-text {
70
display: flex;
71
justify-content: flex-start;
0 commit comments