X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b6f0c40a6084f245602393820400193373adf2aa..58f0eea2a4aba52858361915157a06d0087a99e4:/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;