Compare commits

..

No commits in common. "17ab288b63bc9647b8ff4399faaae3e6751748dc" and "a934d5537bcd0fce467aa0fe58f760751680d854" have entirely different histories.

2 changed files with 0 additions and 19 deletions

View file

@ -108,20 +108,10 @@
background: @accentbg;
font-weight: bold;
cursor: pointer;
border-radius: 1rem;
border: 0;
padding: 2rem;
margin: 1rem;
transition: box-shadow .5s;
&:hover {
color: @fg;
text-decoration: underline;
box-shadow: black 0 0 2rem;
}
}
}
}

View file

@ -40,11 +40,6 @@ a {
display: contents;
}
a:hover {
color: @fg;
text-decoration: underline;
}
em {
font-style: italic;
}
@ -91,10 +86,6 @@ header ul {
a {
color: @fg;
&:hover {
color: @accentfg;
}
}
}
}