Skip to content

Commit cdec2bc

Browse files
committed
clean up styles
1 parent 8fdc32f commit cdec2bc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/component.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
:host {
22
display: block;
3-
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
4-
sans-serif;
3+
font-family: system-ui, sans-serif;
54
position: fixed;
65
top: 20px;
76
right: 20px;
87
z-index: 10000;
98

109
--cp-color-green-hsl: 139.41deg 58.62% 54.51%;
1110
--cp-color-green: hsl(var(--cp-color-green-hsl));
12-
/* --cp-color-green-light = #d3ffe1; */
1311

1412
--cp-color-yellow-hsl: 49.32deg 100% 62.55%;
1513
--cp-color-yellow: hsl(var(--cp-color-yellow-hsl));

0 commit comments

Comments
 (0)