Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
211 B
CSS
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
#badge {
inline-size: 225px;
block-size: 80px;
background-image: url("logo.png");
background-size: contain;
background-repeat: no-repeat;
}
#brand::before {
content: "${PRETTY_NAME}";
}