mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2024-12-02 22:49:27 +03:00
9 lines
141 B
CSS
9 lines
141 B
CSS
|
.logo {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
text-decoration: none;
|
||
|
background: var(--accent);
|
||
|
color: black;
|
||
|
padding: 5px 10px;
|
||
|
}
|