From 6e183c5199d08e33967d99a0299a6d23d4c63d79 Mon Sep 17 00:00:00 2001 From: Vaishnavi Gupta Date: Sat, 18 May 2024 00:48:30 +0530 Subject: [PATCH] Changed c --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index c0da1d2..50fed51 100644 --- a/style.css +++ b/style.css @@ -187,6 +187,7 @@ body { display: flex; justify-content: space-between; opacity: 0; + } .stats:not(:last-child) { margin-bottom: 1.5em; @@ -236,6 +237,7 @@ body { .text--note { top: 87%; font-size: 1em; + cursor: pointer; } .text--timer { bottom: 78%; @@ -260,6 +262,7 @@ body { font-size: 1.2em; color: rgba(0, 0, 0, 0.25); opacity: 0; + cursor: pointer; } .btn:after { position: absolute; @@ -336,10 +339,11 @@ body { align-items: center; overflow: hidden; z-index: 4; + cursor: pointer; } .ui__theme { padding-top: 15em; } .ui__buttons { z-index: 5; -} \ No newline at end of file +}