mirror of
https://github.com/dermv/cute-kuma.git
synced 2025-12-17 15:36:51 +00:00
Update README.md
This commit is contained in:
parent
52cc19a6cf
commit
2e3d1f993e
@ -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;
|
||||
}
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user