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