You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
141 B

4 years ago
  1. .logo {
  2. display: flex;
  3. align-items: center;
  4. text-decoration: none;
  5. background: var(--accent);
  6. color: black;
  7. padding: 5px 10px;
  8. }