]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - assets/default/scss/shaarli.scss
Merge pull request #1588 from ArthurHoaro/feature/search-highlight
[github/shaarli/Shaarli.git] / assets / default / scss / shaarli.scss
index f3782875335bb03400a2d4fd88b85c6762467ae6..2f49bbd21d50690d0e070553b6b3b9e131d5e74c 100644 (file)
@@ -671,6 +671,10 @@ body,
       content: '';
     }
   }
+
+  .search-highlight {
+    background-color: yellow;
+  }
 }
 
 .linklist-item-buttons {
@@ -1558,11 +1562,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;
   }
 }