summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/git-arr.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/static/git-arr.css b/static/git-arr.css
index 57bf13c..0ef1961 100644
--- a/static/git-arr.css
+++ b/static/git-arr.css
@@ -225,3 +225,20 @@ span.ctrlchr {
padding: 0 0.2ex 0 0.1ex;
margin: 0 0.2ex 0 0.1ex;
}
+
+/*
+ * Markdown overrides
+ */
+
+/* Colored links (same as explicit links above) */
+div.markdown a {
+ color: #038;
+}
+div.markdown a:hover, div.markdown a:active {
+ color: #880000;
+}
+
+/* Restrict max width for readability */
+div.markdown {
+ max-width: 55em;
+}