diff options
Diffstat (limited to '_sass/theme.scss')
-rw-r--r-- | _sass/theme.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_sass/theme.scss b/_sass/theme.scss index a844858..b220ceb 100644 --- a/_sass/theme.scss +++ b/_sass/theme.scss @@ -117,5 +117,5 @@ input, button { display: inline-block; padding: 2px 8px; } -input[type=submit], buttom { cursor: pointer; } +input[type=submit], button { cursor: pointer; } |