mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-01-09 12:11:05 +01:00
9 lines
141 B
SCSS
9 lines
141 B
SCSS
|
.logo {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
text-decoration: none;
|
||
|
background: var(--accent);
|
||
|
color: black;
|
||
|
padding: 5px 10px;
|
||
|
}
|