|
|
|
@ -57,8 +57,9 @@ a, a:visited {
|
|
|
|
|
a:hover, a:focus {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
webkit-text-decoration-color: var(--color-text-acc);
|
|
|
|
|
webkit-text-decoration-skip: true;
|
|
|
|
|
text-decoration-color: var(--color-text-acc);
|
|
|
|
|
-webkit-text-decoration-color: var(--color-text-acc);
|
|
|
|
|
-webkit-text-decoration-skip: true;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#container {
|
|
|
|
@ -245,7 +246,7 @@ button:hover {
|
|
|
|
|
line-height: 1.5rem;
|
|
|
|
|
margin-left: 1rem;
|
|
|
|
|
margin-bottom: 2em;
|
|
|
|
|
webkit-font-smoothing: antialiased;
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.links-item a {
|
|
|
|
|