]> 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 243ab1b27b050af425af433e0e79628350586403..3d25d2313e5fdd2564a9ed01001531f7f3395d66 100644 (file)
@@ -490,6 +490,10 @@ body,
   }
 }
 
+.header-alert-message {
+  text-align: center;
+}
+
 // CONTENT - GENERAL
 .container {
   position: relative;
@@ -614,6 +618,11 @@ body,
     color: $dark-grey;
   }
 
+  a.selected {
+    background: var(--main-color);
+    color: $white;
+  }
+
   input {
     &[type='text'] {
       @extend %linksperpage-button;