app/assets/stylesheets/timequake/universal.scss in timequake-2.0.1 vs app/assets/stylesheets/timequake/universal.scss in timequake-2.0.2
- old
+ new
@@ -1,8 +1,9 @@
$main-overflow: hidden !default;
$section-padding-desktop: 2rem 0 !default;
$section-padding-mobile: 1rem 0 !default;
+$link-hover-color: $primary-color !default;
* {
box-sizing: border-box;
padding: 0;
margin: 0;
@@ -20,9 +21,11 @@
a {
color: inherit;
text-decoration: none;
transition: 300ms;
+
+ &.link:hover { color: $link-hover-color; }
}
ul,
ol {
&.no-style { list-style-type: none; }