Skip to content

Commit 1a114ab

Browse files
committed
delete extra info
1 parent de2627b commit 1a114ab

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

assets/css/style.scss

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
z-index: 2; // Ensure this is above the image
8484
}
8585

86-
.title, .subtitle, .button.is-primary.is-outlined {
86+
.title, .subtitle, .button {
8787
position: relative;
8888
z-index: 3; // Ensure text and buttons are above the overlay
8989
}
@@ -96,13 +96,13 @@
9696
letter-spacing: 0.25rem;
9797
}
9898

99-
.button.is-primary.is-outlined {
99+
.button {
100100
background-color: transparent;
101101
border-color: var(--primary);
102102
color: var(--primary);
103103
}
104104

105-
.button.is-primary.is-outlined:hover {
105+
.button:hover {
106106
background-color: var(--primary);
107107
border-color: var(--primary);
108108
color: var(--white);
@@ -518,27 +518,14 @@
518518
}
519519

520520
#latest-project {
521-
.button.is-primary.is-outlined {
521+
.button {
522522
background-color:transparent;
523523
border-color:var(--primary);
524524
color:var(--primary);
525525
}
526-
.button.is-primary.is-outlined:hover {
526+
.button:hover {
527527
background-color:var(--primary);
528528
border-color:var(--primary);
529529
color:var(--white);
530530
}
531-
}
532-
533-
#hydrozoa {
534-
.button.is-primary.is-outlined {
535-
background-color:transparent;
536-
border-color:var(--hydrozoa);
537-
color:var(--hydrozoa);
538-
}
539-
.button.is-primary.is-outlined:hover {
540-
background-color:var(--hydrozoa);
541-
border-color:var(--hydrozoa);
542-
color:var(--white);
543-
}
544531
}

0 commit comments

Comments
 (0)