Update README.md

This commit is contained in:
Denis Romanov 2025-06-03 23:07:09 +04:00 committed by GitHub
parent 52cc19a6cf
commit 2e3d1f993e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}
```