b8c1d5a79d
focused elements styling
15 lines
233 B
SCSS
15 lines
233 B
SCSS
.site-head {
|
|
padding-top: 3rem;
|
|
padding-bottom: 1.5rem;
|
|
|
|
&__site-name {
|
|
font-weight: 700;
|
|
text-decoration: none;
|
|
color: var(--color-text);
|
|
|
|
&:focus {
|
|
outline-color: var(--color-secondary);
|
|
}
|
|
}
|
|
}
|