fixed mis reference to png

This commit is contained in:
DeaDvey 2024-04-12 00:39:14 +01:00
parent 60794f4de3
commit e1e45c0e37
1 changed files with 2 additions and 2 deletions

View File

@ -440,8 +440,8 @@ it can be safely elided. This looks quite pleasant on this theme. */
.mainGruvboxAqua,
.mainGruvboxOrange {
--text-with-main-color: #282828;
--logo-icon-bar-color: url("../../_icons/iconGruvboxLightSmall.png");
--logo-text-bar-color: url("../../_icons/textGruvboxLightSmall.png");
--logo-icon-bar-color: url("../../_icons/iconGruvboxLightSmall.svg");
--logo-text-bar-color: url("../../_icons/textGruvboxLightSmall.svg");
}
.mainGruvboxGreen {