Compare commits
2 commits
a934d5537b
...
17ab288b63
Author | SHA1 | Date | |
---|---|---|---|
17ab288b63 | |||
f607034a33 |
2 changed files with 19 additions and 0 deletions
|
@ -108,10 +108,20 @@
|
|||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -40,6 +40,11 @@ a {
|
|||
display: contents;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: @fg;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
em {
|
||||
font-style: italic;
|
||||
}
|
||||
|
@ -86,6 +91,10 @@ header ul {
|
|||
|
||||
a {
|
||||
color: @fg;
|
||||
|
||||
&:hover {
|
||||
color: @accentfg;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue