permalinks
[mdref/mdref] / public / index.css
index 22417db30804ddc7c0267a4535c45c2ba10a871a..4fd8949f03ad57f3bf829e5b29515fc2e58e3da7 100644 (file)
@@ -7,7 +7,7 @@ html, body{
        min-height: 100%;
 }
 body, code {
-       font-family: Inconsolata, Monospace, 'Courier New', Courier, monospace;
+       font-family: Inconsolata, 'Courier New', Courier, monospace;
 }
 body {
        line-height: 1.5;
@@ -131,6 +131,14 @@ a[href^="http:"]:after, a[href^="https:"]:after {
        content: " ⬈";
 }
 
+a.permalink {
+       position: relative;
+       top: 0;
+       right: 0;
+       color: #999999;
+       opacity: 0.25;
+}
+
 .var {
        color: #800000;
 }