mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
5 lines
332 B
CSS
5 lines
332 B
CSS
fieldset.web.chat.clock>div.output>svg g.number text { font-family:sans-serif; font-size:48px; }
|
|
fieldset.web.chat.clock>div.output>svg g.hour line { stroke-width:8px; }
|
|
fieldset.web.chat.clock>div.output>svg g.minute line { stroke-width:4px; }
|
|
fieldset.web.chat.clock>div.output>svg g.second line { stroke-width:2px; stroke:red; }
|