]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/parameters.scss
Use bootstrap variables to style links
[rails.git] / app / assets / stylesheets / parameters.scss
index 3ccb23c74e88375c3d23164cd7cdd3fab89cc874..31e7edce5379b7ece349f469becf4198226dfd12 100644 (file)
@@ -18,4 +18,9 @@ $keyline: 1px solid $lightgrey;
 $list-highlight: #FFFFC0;
 $border: 1px solid $grey;
 
+$link-color: #24d;
+$link-hover-color: #24d;
+$link-decoration: none;
+$link-hover-decoration: underline;
+
 $enable-negative-margins: true;