.footer { width: 100%; text-align: center; font-size: 0.8em; line-height: 2rem; margin-bottom: 1rem; } .footer-item { margin: 0 0.3em; } .cs-mode-button { padding: 0 0.3em; border: none; background: transparent; font-family: $heading-font-family; cursor: pointer; &:hover { color: $link-color; text-decoration: underline; } } .footer-link { font-family: $heading-font-family; color: $fg-color; &:hover { color: $link-color; text-decoration: underline; } } .cs-mode-state { text-transform: capitalize; font-weight: $heading-font-weight--bold; }