commit 9101b6cb674171070e2ac9de8593cb55bf1a5111
parent c1bbe32992cd4da074fb1e0bf0c0f5ccccb4f8e1
Author: corndog <cauchyn@firemail.cc>
Date: Tue, 23 Oct 2018 22:16:06 -0700
I should have realized what it would actually do
Also, I should begin testing on codepen and
sending the links to my mobile devices. It
should save me the hassle of exposing intranet,
etc.
What it actually does, of course, is change
your cursor at all other times you're not
hovering over a button.
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/in/static/style.css b/in/static/style.css
@@ -1,9 +1,7 @@
/* Implying I do front-end */
-body,
-body:hover {
+body {
background-color: #f6f6f6;
- cursor: pointer;
font-family: "Charter", sans-serif;
font-size: 19px;
margin: 5% auto;