mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-01-08 19:51:06 +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;
|
|
}
|