aboutsummaryrefslogtreecommitdiff
path: root/static/amethyst.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/amethyst.css')
-rw-r--r--static/amethyst.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/static/amethyst.css b/static/amethyst.css
index d80545e..8c618fe 100644
--- a/static/amethyst.css
+++ b/static/amethyst.css
@@ -273,6 +273,30 @@ grge {
flex-wrap: wrap;
}
+.hist-log > ul {
+ padding: 10px;
+ border-radius: 10px;
+ font-family: monospace;
+ overflow-y: scroll;
+ overflow-x: hidden;
+ height: 190px;
+ background-color: black;
+ font-size: larger;
+}
+
+.hist-log > ul > li {
+ list-style: none;
+}
+
+.hist-log > ul > li:before {
+ content: "→ ";
+}
+
+.page-id {
+ color: lightgrey;
+ font-style: italic;
+}
+
.illustration {
border-radius: 20px;
}