Skip to content

Commit

Permalink
feat: further improve add entry button style
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadecraft committed Dec 9, 2024
1 parent dea7a1e commit 0b9edc5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion site/src/pages/RoadmapPage/Transfer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@
background-color: transparent;
color: var(--peterportal-primary-color-1);
font-size: 17px;
font-weight: 500;
font-weight: bold;
width: fit-content;
margin-inline: auto;
display: flex;
align-items: center;
gap: 4px;
}

.add-entry:hover {
Expand Down

0 comments on commit 0b9edc5

Please sign in to comment.