mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-29 00:32:52 +00:00
8 lines
206 B
CSS
8 lines
206 B
CSS
|
h1.menu-title::before {
|
||
|
content: "";
|
||
|
background-image: url("./favicon.svg");
|
||
|
padding: 1em;
|
||
|
background-position: center center;
|
||
|
background-size: 1.5em;
|
||
|
background-repeat: no-repeat;
|
||
|
}
|