commit d0c632ad44c965193a3248102af6fedbd901ede7 parent 420470398b6016e6029fb5632bedf47d6687a75b Author: corndog <cauchyn@firemail.cc> Date: Tue, 23 Oct 2018 21:39:38 -0700 Try hacky fix for sticky embed hovers on iOS Diffstat:
| in/static/style.css | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/in/static/style.css b/in/static/style.css @@ -1,6 +1,7 @@ /* Implying I do front-end */ -body { +body, +body:hover { background-color: #f6f6f6; font-family: "Charter", sans-serif; font-size: 19px;