Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Update global.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Flolon committed Jun 14, 2020
1 parent fb356d2 commit 008ae7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,8 @@
}
.button:focus {
text-decoration: none;
outline: none;
border: 1px solid rgba(0, 0, 0, 0.85);
}

.icon {
Expand Down Expand Up @@ -418,6 +420,9 @@
color: var(--text);
}

.button.dropdown {
padding: 8px 1.25rem;
}

/* Nav */
.nav-height {
Expand Down

0 comments on commit 008ae7d

Please sign in to comment.