From 411be1ae5aff079724912de87df5932b36826157 Mon Sep 17 00:00:00 2001 From: Leon Kowarschick Date: Mon, 8 Jun 2020 19:31:03 +0200 Subject: [PATCH] asdf --- files/hackage_gruvbox.css | 15 ++++++++------- files/hoogle_gruvbox.css | 11 +++++++++-- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/files/hackage_gruvbox.css b/files/hackage_gruvbox.css index 8059ff7..895167a 100644 --- a/files/hackage_gruvbox.css +++ b/files/hackage_gruvbox.css @@ -63,6 +63,14 @@ } + table.info, + #table-of-contents { + background-color: var(--bg1); + border: none; + box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.4); + padding: 1rem; + } + h1, @@ -124,13 +132,6 @@ } } - table.info, - #table-of-contents { - background-color: var(--bg1); - border: none; - box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.4); - padding: 1rem; - } summary { color: var(--col_aqua); diff --git a/files/hoogle_gruvbox.css b/files/hoogle_gruvbox.css index 018c3eb..23cecaa 100644 --- a/files/hoogle_gruvbox.css +++ b/files/hoogle_gruvbox.css @@ -74,7 +74,11 @@ background-color: var(--bg0); border: unset; border-color: var(--bg3); - padding: 0.2rem; + padding: 0.2rem 1rem;; + transition: box-shadow 0.2s ease-in-out; + &[type="submit"]:hover { + box-shadow: 2px 2px 5px 0 rgba(0,0,0, 0.2); + } } #scope_chosen { background-color: var(--bg0); @@ -117,7 +121,10 @@ } .result { - box-shadow: 1px 1px 5px 0 rgba(0,0,0, 0.3); + a:hover { + background-color: inherit; + } + box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3); .from { padding: 0.5rem 0.9rem; }