mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-14 16:56:50 +00:00
Add inverted logo
This commit is contained in:
@@ -6,11 +6,15 @@
|
||||
& .logo {
|
||||
display: inline-block;
|
||||
max-width: 100%;
|
||||
background: #FFF;
|
||||
background: var(--color-neutral-0);
|
||||
border-radius: var(--space-s);
|
||||
padding: var(--space-m);
|
||||
}
|
||||
|
||||
& .logo.inverted {
|
||||
background: var(--color-interview);
|
||||
}
|
||||
|
||||
& .logo-square {
|
||||
width: 9em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user