1
0
forked from x/icebergs
icebergs/core/chat/macos/clock.css
2023-09-12 08:08:38 +08:00

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; }