X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/54a158aef39a6a1bdca4ce030170d6f89fc06994..364a56dfc38e3a38ead04079e8d0a0555c5ac655:/app/assets/stylesheets/parameters.scss diff --git a/app/assets/stylesheets/parameters.scss b/app/assets/stylesheets/parameters.scss index 6cbbf1a27..4b5daf4d0 100644 --- a/app/assets/stylesheets/parameters.scss +++ b/app/assets/stylesheets/parameters.scss @@ -17,3 +17,12 @@ $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; + +$table-striped-bg: $offwhite; + +$enable-negative-margins: true;