Skip to content

Commit 048bf6b

Browse files
committed
Release 1.2.1
1 parent 67aa84d commit 048bf6b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

module.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "global-progress-clocks",
33
"title": "Global Progress Clocks",
44
"description": "Blades in the Dark style progress clocks that show on the sidebar",
5-
"version": "1.2.0",
5+
"version": "1.2.1",
66
"authors": [
77
{
88
"name": "Supe",
@@ -34,5 +34,5 @@
3434
],
3535
"url": "https://github.com/CarlosFdez/global-progress-clocks",
3636
"manifest": "https://github.com/CarlosFdez/global-progress-clocks/releases/latest/download/module.json",
37-
"download": "https://github.com/CarlosFdez/global-progress-clocks/releases/download/v1.2.0/module.zip"
37+
"download": "https://github.com/CarlosFdez/global-progress-clocks/releases/download/v1.2.1/module.zip"
3838
}

styles/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -393,13 +393,13 @@ body:has(#effects-panel .effect-item) #clock-panel {
393393
border-radius: 0 0 4px 4px;
394394
border-top: none;
395395

396-
.value {
397-
font-size: 20px;
396+
:where(&) .value {
397+
font-size: var(--font-size-18);
398398
font-weight: 600;
399399
color: white;
400400
z-index: 2;
401401
padding: 0px 3px;
402-
background: rgba(0, 0, 0, 0.4);
402+
background: rgba(0, 0, 0, 0.5);
403403
border-radius: 3px;
404404
opacity: 0;
405405
transition: opacity 0.2s;

0 commit comments

Comments
 (0)