summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-01-24 14:49:03 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-01-24 14:49:03 +0100
commit0cbcefe4e6ea44c879d366c139ade2b5c704f9b7 (patch)
treeab4cef1d62366126bb216a33397c98b694074fa2 /css
parent8e7d5e900a76809447a35737edd24392c065866d (diff)
Add social media code for Mastodon
Diffstat (limited to 'css')
-rw-r--r--css/main.less9
1 files changed, 9 insertions, 0 deletions
diff --git a/css/main.less b/css/main.less
index 12ca762..bb22e74 100644
--- a/css/main.less
+++ b/css/main.less
@@ -31,6 +31,15 @@ table {
width: 100%;
}
+a.image-link {
+ text-decoration: none;
+}
+
+span.footer-link-seperator {
+ margin: .5rem;
+ overflow: hidden;
+}
+
figure.highlight, pre.highlight {
border: 2px solid @blockBorderColor;
background-color: @blockBackgroundColor;