File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed
apps/svelte.dev/src/lib/icons
packages/site-kit/src/lib/components Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 30
30
}
31
31
32
32
button [aria-pressed = ' true' ] {
33
- background-image : url (../icons/font-boring -light.svg );
33
+ background-image : url (../icons/font-elegant -light.svg );
34
34
35
35
:global(.dark ) & {
36
- background-image : url (../icons/font-boring -dark.svg );
36
+ background-image : url (../icons/font-elegant -dark.svg );
37
37
}
38
38
}
39
39
40
40
button [aria-pressed = ' false' ] {
41
- background-image : url (../icons/font-elegant -light.svg );
41
+ background-image : url (../icons/font-boring -light.svg );
42
42
43
43
:global(.dark ) & {
44
- background-image : url (../icons/font-elegant -dark.svg );
44
+ background-image : url (../icons/font-boring -dark.svg );
45
45
}
46
46
}
47
47
</style >
Original file line number Diff line number Diff line change 31
31
32
32
<style >
33
33
button {
34
- background-image : url ($lib/icons/theme-light.svg );
34
+ background-image : url ($lib/icons/theme-dark.svg );
35
+ background-size : 2rem ;
35
36
36
37
:global(.dark ) & {
37
- background-image : url ($lib/icons/theme-dark .svg );
38
+ background-image : url ($lib/icons/theme-light .svg );
38
39
}
39
40
}
40
41
</style >
You can’t perform that action at this time.
0 commit comments