We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 484ea71 commit 4d9b662Copy full SHA for 4d9b662
src/css/theme.css
@@ -60,12 +60,13 @@
60
}
61
62
.theme-preset-accent{
63
-clip-path:circle(20% at 100%100%);
+clip-path:circle(30% at 100%100%);
64
z-index:5;
65
66
67
.theme-preset-font{
68
-padding:0.25em;
+padding:0.5em;
69
+line-height:1.2;
70
display: flex;
71
flex-direction: column;
72
justify-content: center;
@@ -105,7 +106,7 @@
105
106
107
.theme-preset-button:focus .theme-preset-accent,
108
.theme-preset-button:hover .theme-preset-accent{
-clip-path:circle(30% at 100%100%);
109
+clip-path:circle(40% at 100%100%);
110
transition-delay:var(--layout-duration-04);
111
112
0 commit comments