1
Fork 0

Add anchor text-decoration.

This commit is contained in:
Bauke 2022-03-28 14:30:42 +02:00
parent 260cb50bb5
commit 10305c021a
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,6 @@
border: 2px solid;
color: var(--foreground-1);
padding: 1rem;
text-decoration: none;
&:hover {
background-color: var(--foreground-1);

View File

@ -17,6 +17,7 @@ body {
a {
color: var(--foreground-1);
font-weight: bold;
text-decoration: 1px dotted underline;
}
button {