summaryrefslogtreecommitdiff
path: root/themes/terminal/assets/css/logo.css
blob: d455cc7d016e28d72f4778f081267e7195013654 (plain)
1
2
3
4
5
6
7
8
.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  background: var(--accent);
  color: black;
  padding: 5px 10px;
}