Skip to content

Commit 9594ac8

Browse files
feat: enhance button styles with padding, border-radius, and font adjustments for improved usability
1 parent 3ac3e64 commit 9594ac8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

css/style.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -779,13 +779,15 @@ body.coming-soon-active #coming-soon-overlay .coming-soon-content {
779779
color: var(--text-color);
780780
background: transparent;
781781
border-color: transparent;
782-
text-decoration: underline;
783782
cursor: pointer;
784783
transition: background 180ms ease, box-shadow 220ms ease, color 140ms ease;
784+
padding: 0.35rem 0.85rem;
785+
border-radius: 9999px;
786+
font-weight: 600;
787+
font-size: 0.9rem;
785788
}
786789
.header-content .site-nav a:hover {
787790
color: #ffffff;
788-
text-decoration: none;
789791
/* Darken the main color by overlaying a stronger translucent black tint */
790792
background: linear-gradient(rgba(0,0,0,0.36), rgba(0,0,0,0.36)), var(--primary-color);
791793
border-color: var(--primary-color);

0 commit comments

Comments
 (0)