A handfull of fixes

This commit is contained in:
Michał Gdula 2022-09-21 14:23:17 +00:00
parent 95ad97f19d
commit e7f55dc062
8 changed files with 50 additions and 23 deletions

View file

@ -102,7 +102,7 @@ body {
background-color: $white;
border: none;
border-radius: $rad;
border-radius: calc($rad - (0.5rem + 3px));
}
}
@ -166,6 +166,20 @@ br {
line-height: 0.25rem;
}
/*
|-------------------------------------------------------------
| Link text
|-------------------------------------------------------------
*/
a.link {
display: inline;
text-decoration: underline;
&:hover {
color: $page-accent;
}
}
/*
|-------------------------------------------------------------
| BACK TO TOP