summaryrefslogtreecommitdiffstats
path: root/site/style/main.sass
diff options
context:
space:
mode:
Diffstat (limited to 'site/style/main.sass')
-rw-r--r--site/style/main.sass23
1 files changed, 23 insertions, 0 deletions
diff --git a/site/style/main.sass b/site/style/main.sass
index d454016..4490729 100644
--- a/site/style/main.sass
+++ b/site/style/main.sass
@@ -147,3 +147,26 @@ body#vcard
ol
margin-top: 0.3em
+
+#history
+ summary
+ color: black
+ font-weight: bold
+
+ table
+ border-top: 2px solid black;
+ border-bottom: 2px solid black;
+ border-collapse: collapse;
+
+ td
+ border-bottom: 1px solid black
+ padding: .5em
+ vertical-align: top
+
+ td.commit
+ font-size: smaller
+
+ td.commit
+ font-family: 'Fira Code', monospace
+ font-size: 80%
+ white-space: nowrap; \ No newline at end of file