]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Improve changeset template
[rails.git] / app / assets / stylesheets / common.css.scss
index fe4217d8bc85bb06cc1688cfd81a65b0fca52ce6..6bb0a588754725146a7786555160ffa6142ad169 100644 (file)
@@ -1026,6 +1026,11 @@ a.donate {
 
     &.selected { background: lighten($green, 35%); }
   }
+
+  .comment a {
+    font-weight: bold;
+    color: #000;
+  }
 }
 
 /* Rules for the data browser */
@@ -2445,7 +2450,8 @@ a.button {
 }
 
 .site-about #content {
-  background-color: #000;
+  //background-color: #000;
+  background-color: #ccc;
   background-position: 50% 50%;
   background-repeat: no-repeat;
   background-size: cover;