:root, :root[data-theme="light"] { --wp-primary-100: #44ADFF; --wp-primary-200: #2185D0; --wp-primary-300: #0B3049;} :root[data-theme="dark"] { --wp-primary-100: #B5DDFF; --wp-primary-200: #2185D0; --wp-primary-300: #2185D0;} nav>div:nth-child(1) a svg { display: none; } nav>div:nth-child(1) a:first-of-type:before { content: ""; background-image: url("https://design.codeberg.org/logo-kit/icon.svg"); background-position: center; background-repeat: no-repeat; background-size: cover; width: 2rem; height: 2rem;} html[data-theme="dark"] nav>div:nth-child(1) a:first-of-type:before { background-image: url("https://design.codeberg.org/logo-kit/icon_inverted.svg");} html[data-theme="light"] nav>div:nth-child(1) a:first-of-type:before { background-image: url("https://design.codeberg.org/logo-kit/icon_inverted.svg");} .icon-button.forge > svg { display: none; } .icon-button.forge { background-image: url("https://design.codeberg.org/logo-kit/icon.svg"); background-position: center; background-repeat: no-repeat; background-size: cover; width: 1.7rem; height: 1.7rem;}