summaryrefslogtreecommitdiff
path: root/webapp/src/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/default.css')
-rw-r--r--webapp/src/default.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/webapp/src/default.css b/webapp/src/default.css
index 2c5b3a2..397d94a 100644
--- a/webapp/src/default.css
+++ b/webapp/src/default.css
@@ -100,9 +100,9 @@ body {
max-width: 30em;
font-size: 150%;
margin: 0 auto;
-};
+}
-button {
+button, a {
background: none!important;
border: none;
padding: 0!important;
@@ -113,6 +113,10 @@ button {
cursor: pointer;
}
+button:hover, a:hover {
+ box-shadow: inset 10em 5em 2em #eee;
+}
+
.sidebar {
grid-area: sidebar;
display: grid;