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