]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - assets/default/scss/shaarli.scss
Issue #1437 - Make tag cloud/list views buttons more obvious
[github/shaarli/Shaarli.git] / assets / default / scss / shaarli.scss
index f3782875335bb03400a2d4fd88b85c6762467ae6..a528adb0dbe7931ea79c0cf0875b85951a3038c8 100644 (file)
@@ -1558,11 +1558,11 @@ form {
   text-align: center;
 
   a {
+    background: $almost-white;
     display: inline-block;
-    margin: 0 15px;
+    padding: 5px;
     text-decoration: none;
-    color: $white;
-    font-weight: bold;
+    color: $dark-grey;
   }
 }