Github暗色主题图标调整

This commit is contained in:
xiaoqi.cxq 2022-08-18 13:27:43 +08:00
parent 04ee93237d
commit cf9089b087
3 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,3 @@
<svg <svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 58"> xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 58">
<g fill="none" fill-rule="evenodd"> <g fill="none" fill-rule="evenodd">

Before

Width:  |  Height:  |  Size: 1011 B

After

Width:  |  Height:  |  Size: 1010 B

View File

@ -0,0 +1,6 @@
<svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 58">
<g fill="none" fill-rule="evenodd">
<path d="m1324.62 140c-16.355 0-29.616 13.219-29.616 29.527 0 13.04 8.485 24.11 20.256 28.01 1.482.27 2.02-.642 2.02-1.425 0-.7-.025-2.557-.04-5.02-8.238 1.784-9.976-3.958-9.976-3.958-1.347-3.411-3.289-4.317-3.289-4.317-2.689-1.832.204-1.796.204-1.796 2.973.21 4.536 3.043 4.536 3.043 2.642 4.511 6.931 3.208 8.62 2.454.269-1.909 1.033-3.21 1.88-3.948-6.576-.745-13.491-3.279-13.491-14.592 0-3.223 1.155-5.858 3.049-7.922-.305-.747-1.322-3.748.289-7.814 0 0 2.487-.794 8.145 3.03 2.362-.656 4.896-.982 7.415-.995 2.515.013 5.05.339 7.415.995 5.655-3.821 8.136-3.03 8.136-3.03 1.616 4.065.6 7.07.295 7.814 1.898 2.064 3.045 4.7 3.045 7.922 0 11.343-6.925 13.838-13.524 14.569 1.064.912 2.01 2.713 2.01 5.468 0 3.946-.036 7.13-.036 8.098 0 .79.533 1.709 2.036 1.421 11.758-3.913 20.238-14.971 20.238-28.01 0-16.309-13.262-29.527-29.62-29.527" transform="translate(-1295-140)" fill="#fff"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1007 B

View File

@ -61,6 +61,10 @@ export default {
.icon-provider--github { .icon-provider--github {
background-image: url(../assets/iconGithub.svg); background-image: url(../assets/iconGithub.svg);
.app--dark & {
background-image: url(../assets/iconGithubDark.svg);
}
} }
.icon-provider--gitlab { .icon-provider--gitlab {