Merge pull request #47 from ok2/codex/remove-white-border-from-clock-center
Remove border from analog clock center
This commit is contained in:
commit
d8874f1164
@ -406,7 +406,7 @@
|
|||||||
height: calc(var(--clock-size) * 0.15);
|
height: calc(var(--clock-size) * 0.15);
|
||||||
transform: translate(-50%, -50%) translateZ(0);
|
transform: translate(-50%, -50%) translateZ(0);
|
||||||
background: url('logo.svg') center/contain no-repeat;
|
background: url('logo.svg') center/contain no-repeat;
|
||||||
background-color: #ffffff;
|
background-color: transparent;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
box-shadow: 0 0 8px rgba(0, 255, 255, 0.8);
|
box-shadow: 0 0 8px rgba(0, 255, 255, 0.8);
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user