]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/parameters.scss
Bootstrap 5: Override button text colours, force to white
[rails.git] / app / assets / stylesheets / parameters.scss
index 6cbbf1a27afb3000b991fe6691a626248f2142fc..31e7edce5379b7ece349f469becf4198226dfd12 100644 (file)
@@ -17,3 +17,10 @@ $sidebarWidth: 350px;
 $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;