Fixed a couple of bugs in the new hint system
diff --git a/public/sass/hint.scss b/public/sass/hint.scss
index 5210fa7..bcf3d85 100644
--- a/public/sass/hint.scss
+++ b/public/sass/hint.scss
@@ -9,8 +9,11 @@
top: 0;
font-size: 120%;
line-height: 120%;
- padding: 3pt;
+ margin-top: 1pt;
+ padding-top: 2pt;
+ padding-bottom: 1pt;
color: $dark-orange;
+ background-color: white;
&:hover, &.active {
color: $light-green;
cursor: pointer;
@@ -80,6 +83,9 @@
background-color: $light-green;
text-shadow: none;
color: $dark-green;
+ &:hover {
+ color: white;
+ }
}
&:first-of-type:not(.no-more) {
border-top-color: $dark-orange;
diff --git a/public/sass/style.scss b/public/sass/style.scss
index c26c053..40d4ab2 100644
--- a/public/sass/style.scss
+++ b/public/sass/style.scss
@@ -123,7 +123,7 @@
display: inline-block;
position: relative;
color: white;
- background-color: transparent;
+ background-color: $light-green;
-webkit-appearance: none;
border-width: 0;
border-radius: 0;