Skip to content

Commit

Permalink
fixed weird logo bug
Browse files Browse the repository at this point in the history
  • Loading branch information
darmag12 committed Aug 22, 2024
1 parent 11201e0 commit 5f86b6f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ a:active {
cursor: pointer;
font-size: var(--font-size-1-1rem);
}
a.prevent-default-style-logo:active,a.prevent-default-style-logo:visited{
text-decoration: none;
color: var(--secondary-color);
cursor: pointer;
}
h2{
font-size: 2.4rem;
text-transform: uppercase;
Expand Down Expand Up @@ -578,6 +583,6 @@ p {
}

to {
fill: var(--secondary-color);
fill: var(--secondary-color) !important;
}
}

0 comments on commit 5f86b6f

Please sign in to comment.