]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - assets/default/scss/shaarli.scss
Merge pull request #1295 from ArthurHoaro/feature/visited-link-color
[github/shaarli/Shaarli.git] / assets / default / scss / shaarli.scss
index b14052eda25e421fe4c94a11619bf870be6266f9..a529f01cd42941b99098dd8813bf4751c50f531c 100644 (file)
@@ -716,11 +716,19 @@ body,
     }
   }
 
+  .label {
+    font-family: Arial, sans-serif;
+    font-size: .65em;
+  }
+
   .label-private {
     border: solid 1px $orange;
     color: $orange;
-    font-family: Arial, sans-serif;
-    font-size: .65em;
+  }
+
+  .label-sticky {
+    border: solid 1px $blue;
+    color: $blue;
   }
 }