Skip to content

Commit a946eae

Browse files
committed
style changes
1 parent e87ba18 commit a946eae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ body {
158158
#tooltip {
159159
position: absolute;
160160
padding: var(--space-2xs) var(--space-xs);
161-
font-size: var(--text-xs);
161+
font-size: var(--text-2xs);
162162
font-family: inherit;
163163
color: var(--fg-color-primary);
164164
background-color: var(--accent-color-secondary);
@@ -248,8 +248,8 @@ section {
248248
align-items: center;
249249
justify-content: center;
250250
position: relative;
251-
width: var(--thumbnail-sm);
252-
height: var(--thumbnail-sm);
251+
width: var(--icon-xl);
252+
height: var(--icon-xl);
253253
border-radius: 50%;
254254
border: var(--line-sm) solid var(--fg-color-secondary);
255255
color: var(--fg-color-primary);

0 commit comments

Comments
 (0)