]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - assets/default/scss/shaarli.scss
Added $links_per_page variable to template and display on default
[github/shaarli/Shaarli.git] / assets / default / scss / shaarli.scss
index 759dff29828f9bce824d7f5f9e185a23c6b70458..3d25d2313e5fdd2564a9ed01001531f7f3395d66 100644 (file)
@@ -618,6 +618,11 @@ body,
     color: $dark-grey;
   }
 
+  a.selected {
+    background: var(--main-color);
+    color: $white;
+  }
+
   input {
     &[type='text'] {
       @extend %linksperpage-button;