File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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" ,
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}
Original file line number Diff line number Diff 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 : 20 px ;
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 ;
You can’t perform that action at this time.
0 commit comments