Add anchor text-decoration.
This commit is contained in:
parent
260cb50bb5
commit
10305c021a
|
@ -18,7 +18,6 @@
|
|||
border: 2px solid;
|
||||
color: var(--foreground-1);
|
||||
padding: 1rem;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--foreground-1);
|
||||
|
|
|
@ -17,6 +17,7 @@ body {
|
|||
a {
|
||||
color: var(--foreground-1);
|
||||
font-weight: bold;
|
||||
text-decoration: 1px dotted underline;
|
||||
}
|
||||
|
||||
button {
|
||||
|
|
Loading…
Reference in New Issue