Skip to content

Commit 9a97772

Browse files
authored
Merge pull request CircuitVerse#77 from aayush-05/aayush05-buttons-lightmode
Redesigned buttons for Light Mode
2 parents 1921856 + 9f84f07 commit 9a97772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_sass/buttons.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// stylelint-disable color-named
55

6-
.btn {
6+
.btn, button, input[type="button"] {
77
display: inline-block;
88
box-sizing: border-box;
99
padding-top: 0.3em;
@@ -74,7 +74,7 @@
7474
}
7575
}
7676

77-
.btn-outline {
77+
.btn-outline, button, input[type="button"] {
7878
color: $link-color;
7979
background: transparent;
8080
box-shadow: inset 0 0 0 2px $grey-lt-300;

0 commit comments

Comments
 (0)