From 2e3d1f993e925f2e6fbe1ba281c8f51a088cc0f3 Mon Sep 17 00:00:00 2001 From: Denis Romanov Date: Tue, 3 Jun 2025 23:07:09 +0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1f7b8fb..b79bdf8 100644 --- a/README.md +++ b/README.md @@ -40,11 +40,11 @@ You can modify the values inside `:root {}` to fit your needs. -By default, the refresh timer is removed. To restore it, simply comment `display: none;` in `.refresh-info` as shown here: +By default, the refresh timer is removed. Remove/comment `display: none;` in `.refresh-info` to restore visibility as shown here: ``` -.refresh-info { +.refresh-info[data-v-b8247e57] { /* display: none; */ - opacity: 1 !important; - color: var(--secondary-color); + opacity: 1; + margin-bottom: 0 !important; } ```