fat links

This commit is contained in:
Jeppe Ernst 2018-01-26 22:51:05 +01:00
parent 507c1e930f
commit d2b175f212
1 changed files with 5 additions and 1 deletions

View File

@ -36,6 +36,10 @@ p {
a {
color: #FFF;
text-decoration: underline;
font-weight: bold;
text-decoration: none;
box-shadow: 0 2px 0 #ff5800;
.even & {
box-shadow: 0 2px 0 #FFF;
}
}