]> BookStack Code Mirror - website/commitdiff
Updated personal twitter link to mastodon.
authorDan Brown <redacted>
Thu, 26 Jan 2023 17:39:02 +0000 (17:39 +0000)
committerDan Brown <redacted>
Thu, 26 Jan 2023 17:39:02 +0000 (17:39 +0000)
Also updated post footer content ordering, and darkened main text for
better contrast in general.

themes/bookstack/layouts/blog/single.html
themes/bookstack/sass/_html.scss
themes/bookstack/sass/_text.scss

index d89881cdf1c8eb5022f87eae63fb4d0cd1a30178..f022bd365d0bfa17961f1ecc1c84d207f71fe3d7 100644 (file)
         {{.Content}}
   
         <div class="footer-content">
-          {{ partial "signup.html" . }}
-  
           <div class="text-muted">
             Want to let me know what you think of BookStack or this post? <br>
-            You can find me on twitter <a href="https://twitter.com/ssddanbrown">@ssddanbrown</a> or on the <a href="https://discord.gg/ztkBqR2">BookStack Discord server</a>. <br>
-            You can <a href="https://github.com/BookStackApp/BookStack/issues">open a suggestion or issue on GitHub</a>.
+            You can find me on Mastodon <a href="https://fosstodon.org/@danb">@[email protected]</a> or on the <a href="https://discord.gg/ztkBqR2">BookStack Discord server</a>. <br>
           </div>
-  
-          <br>
+
+          {{ partial "signup.html" . }}
   
         </div>
       </main>
index 158798d3e358d46b601d992026758086d23faedb..656af86a54d78cd0ebb082f1e29aed7fb54211ca 100644 (file)
@@ -9,7 +9,7 @@ body {
   font-family: $text;
   font-size: $fs-m;
   line-height: 1.6;
-  color: #555;
+  color: #444;
   overflow-x: hidden;
   max-width: 100%;
 }
index ee27dc021c68a7901ef1f1980406366a0810a278..a490e70b5d3c85d824e3b9911f4539804dcd0767 100644 (file)
@@ -252,9 +252,9 @@ p.neg, p .neg, span.neg, .text-neg {
 }
 
 p.muted, p .muted, span.muted, .text-muted {
-       color: lighten($text-dark, 26%);
+       color: lighten($text-dark, 13%);
     &.small, .small {
-      color: lighten($text-dark, 42%);
+      color: lighten($text-dark, 28%);
     }
 }