We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e87ba18 commit a946eaeCopy full SHA for a946eae
1 file changed
src/style.css
@@ -158,7 +158,7 @@ body {
158
#tooltip {
159
position: absolute;
160
padding: var(--space-2xs) var(--space-xs);
161
- font-size: var(--text-xs);
+ font-size: var(--text-2xs);
162
font-family: inherit;
163
color: var(--fg-color-primary);
164
background-color: var(--accent-color-secondary);
@@ -248,8 +248,8 @@ section {
248
align-items: center;
249
justify-content: center;
250
position: relative;
251
- width: var(--thumbnail-sm);
252
- height: var(--thumbnail-sm);
+ width: var(--icon-xl);
+ height: var(--icon-xl);
253
border-radius: 50%;
254
border: var(--line-sm) solid var(--fg-color-secondary);
255
0 commit comments