From 0471ebe8e231ae1cb8438710c39c8ca87d29d2ce Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Wed, 8 Nov 2017 12:58:08 +0100 Subject: Hide actions unless hovered. --- local.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/local.scss b/local.scss index 9c3d029..035408a 100644 --- a/local.scss +++ b/local.scss @@ -128,6 +128,13 @@ div.actions { border-bottom: 0; padding: 0 0 0.7em 1em; } + a { + color: transparent; + &:hover { + color: lightblue; + text-decoration: none; + } + } } div.topbar { -- cgit v1.2.3