style: purple background pill for CODE in logo

This commit is contained in:
2025-12-30 21:34:45 +01:00
parent 66e047a440
commit 7f3451922a
2 changed files with 14 additions and 2 deletions

View File

@@ -153,9 +153,21 @@ code, kbd {
font-weight: 800;
color: var(--text-color);
line-height: 1;
display: flex;
align-items: center;
gap: 0.15rem;
}
.logo h1 span {
.logo h1 .code-text {
background: var(--primary-color);
color: white;
padding: 0.15rem 0.35rem;
border-radius: 4px;
letter-spacing: 0.05em;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.logo h1 span:last-child {
color: var(--primary-color);
}