summaryrefslogtreecommitdiff
path: root/css/main.less
diff options
context:
space:
mode:
Diffstat (limited to 'css/main.less')
-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;