Skip to content
Snippets Groups Projects
Commit 4305da19 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

style.cc

parent 77867daa
No related branches found
No related tags found
1 merge request!1Bfh branch
Pipeline #377772 failed
......@@ -177,7 +177,9 @@ h2{
color: transparent;
background-image: repeating-linear-gradient(-45deg, var(--darkpurple) 0, var(--darkpurple) 2px, var(--offwhite) 2px, var(--offwhite) 4px);
}
h2:hover{
animation: dash;
}
svg{
background:transparent
}
......@@ -189,9 +191,9 @@ svg text{
/*letter-spacing:4px;*/
animation:effect 3s, dash 3s;
}
/*svg text:hover{
fill:
}*/
svg text:hover{
fill: var(--darkpurple)
}
@keyframes effect{
0%{
......@@ -220,4 +222,8 @@ svg text{
}
}
@keyframes dashy {
to {
stroke-dashoffset: 1000;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment