From 7a89e7148c5a9995c3b772440ed0b86427c8b708 Mon Sep 17 00:00:00 2001 From: the lemons Date: Tue, 8 Feb 2022 02:20:04 -0600 Subject: the log now exists it shows you where you've been/what you've done. when performing a new action, it shows the IDs so that you can redirect to them. --- static/amethyst.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'static') 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; } -- cgit v1.2.3