boredbutton3

Log | Files | Refs | README

commit cf88abc22d2d95dbe290d2493d1e5a1853ea2434
parent 0439d336d740dbaa113fead541ad19febef657e9
Author: William Lindholm <william_lindholm@outlook.com>
Date:   Mon, 20 Dec 2021 01:00:41 +0100

Style changes.

Diffstat:
Mstyle.css | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/style.css b/style.css @@ -67,6 +67,10 @@ canvas{ z-index: 10; } +#fact_text:hover { + background-color: rgba(255, 255, 255, 0.5); +} + @keyframes appear { 0% { opacity: 0; } 100% { opacity: 1; } @@ -100,6 +104,7 @@ footer{ transition: 0.7s; z-index: 2; cursor: pointer; + -webkit-tap-highlight-color: transparent; } #button:before {