respect reduced motion preference
This commit is contained in:
parent
4fe76e19b7
commit
e8f74110b5
6 changed files with 115 additions and 25 deletions
|
@ -4,18 +4,24 @@ footer {
|
|||
margin: 1em auto;
|
||||
text-align: center;
|
||||
font-size: 1rem;
|
||||
|
||||
p {
|
||||
margin: .25em;
|
||||
|
||||
span {
|
||||
|
||||
&:not(:last-child) {
|
||||
|
||||
&::after {
|
||||
content: '·';
|
||||
padding: .25em;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--text-secondary);
|
||||
text-decoration-color: transparent;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
text-decoration-color: var(--text-secondary);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue