footer { color: var(--text-secondary); grid-area: footer; margin: 1em auto; text-align: center; 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); } } } } }