Compare commits
No commits in common. "17ab288b63bc9647b8ff4399faaae3e6751748dc" and "a934d5537bcd0fce467aa0fe58f760751680d854" have entirely different histories.
17ab288b63
...
a934d5537b
2 changed files with 0 additions and 19 deletions
|
@ -108,20 +108,10 @@
|
||||||
background: @accentbg;
|
background: @accentbg;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
cursor: pointer;
|
|
||||||
|
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
margin: 1rem;
|
margin: 1rem;
|
||||||
|
|
||||||
transition: box-shadow .5s;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
color: @fg;
|
|
||||||
text-decoration: underline;
|
|
||||||
box-shadow: black 0 0 2rem;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,11 +40,6 @@ a {
|
||||||
display: contents;
|
display: contents;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
|
||||||
color: @fg;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
em {
|
em {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
@ -91,10 +86,6 @@ header ul {
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: @fg;
|
color: @fg;
|
||||||
|
|
||||||
&:hover {
|
|
||||||
color: @accentfg;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue