X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0f6ee7407c173fa21075a68b8b99d520ace43225..40d94818b2e9a9cd41e47389317cda8d01527028:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index c43870f4d..68eec4589 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1026,6 +1026,11 @@ a.donate { &.selected { background: lighten($green, 35%); } } + + .comment a { + font-weight: bold; + color: #000; + } } /* Rules for the data browser */ @@ -2446,7 +2451,7 @@ a.button { .site-about #content { //background-color: #000; - background-color: #ccc; + background-color: #eee; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover;