Skip to content

Commit 025a65b

Browse files
committed
button test ??????????
1 parent 1a114ab commit 025a65b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

assets/css/style.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,4 +528,17 @@
528528
border-color:var(--primary);
529529
color:var(--white);
530530
}
531+
}
532+
533+
#hydrozoa {
534+
.button {
535+
background-color:transparent;
536+
border-color:var(--primary);
537+
color:var(--primary);
538+
}
539+
.button:hover {
540+
background-color:var(--primary);
541+
border-color:var(--primary);
542+
color:var(--white);
543+
}
531544
}

0 commit comments

Comments
 (0)