Skip to content

Commit d142dff

Browse files
committed
Prova 4
1 parent 5488e03 commit d142dff

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

_styles/header.scss

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,25 @@ header a {
4747
height: 100%;
4848
}
4949

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+
5069
.title-text {
5170
display: flex;
5271
justify-content: flex-start;

0 commit comments

Comments
 (0)