Spaces:
Running
Running
#page-header { | |
padding-left: 8px; | |
} | |
.anchor-container { | |
align-items: center; | |
background: var(--text-primary); | |
border-top-left-radius: 8px; | |
bottom: 0; | |
color: var(--text-contrast-primary); | |
display: flex; | |
font-size: 0.8rem; | |
font-weight: 500; | |
height: 24px; | |
padding: 0 12px; | |
position: fixed; | |
right: 0; | |
} | |
.anchor-container:focus, | |
.anchor-container:hover { | |
background: var(--text-secondary); | |
color: var(--text-contrast-primary); | |
} | |
img#banner { | |
height: 16px; | |
} | |