]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - assets/default/scss/shaarli.scss
Display error details even with dev.debug set to false
[github/shaarli/Shaarli.git] / assets / default / scss / shaarli.scss
index a7f091e95d938f8ce9c6d10202f2288867fb7390..3404ce124035b1a2d456b230901262f8c95676d7 100644 (file)
@@ -1266,11 +1266,15 @@ form {
     margin: 70px 0 25px;
   }
 
+  a {
+    color: var(--main-color);
+  }
+
   pre {
     margin: 0 20%;
     padding: 20px 0;
     text-align: left;
-    line-height: .7em;
+    line-height: 1em;
   }
 }