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.
|
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; */
|
/* display: none; */
|
||||||
opacity: 1 !important;
|
opacity: 1;
|
||||||
color: var(--secondary-color);
|
margin-bottom: 0 !important;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user