File tree Expand file tree Collapse file tree 1 file changed +5
-18
lines changed Expand file tree Collapse file tree 1 file changed +5
-18
lines changed Original file line number Diff line number Diff line change 83
83
z-index : 2 ; // Ensure this is above the image
84
84
}
85
85
86
- .title , .subtitle , .button.is-primary.is-outlined {
86
+ .title , .subtitle , .button {
87
87
position : relative ;
88
88
z-index : 3 ; // Ensure text and buttons are above the overlay
89
89
}
96
96
letter-spacing : 0.25rem ;
97
97
}
98
98
99
- .button.is-primary.is-outlined {
99
+ .button {
100
100
background-color : transparent ;
101
101
border-color : var (--primary );
102
102
color : var (--primary );
103
103
}
104
104
105
- .button.is-primary.is-outlined :hover {
105
+ .button :hover {
106
106
background-color : var (--primary );
107
107
border-color : var (--primary );
108
108
color : var (--white );
518
518
}
519
519
520
520
#latest-project {
521
- .button.is-primary.is-outlined {
521
+ .button {
522
522
background-color :transparent ;
523
523
border-color :var (--primary );
524
524
color :var (--primary );
525
525
}
526
- .button.is-primary.is-outlined :hover {
526
+ .button :hover {
527
527
background-color :var (--primary );
528
528
border-color :var (--primary );
529
529
color :var (--white );
530
530
}
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
- }
544
531
}
You can’t perform that action at this time.
0 commit comments