improve footer accessibility + fix search font
This commit is contained in:
parent
74a18e301d
commit
f5edced908
3 changed files with 11 additions and 6 deletions
|
|
@ -185,15 +185,15 @@ footer {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
gap: 0.127rem;
|
||||
gap: 0.2rem;
|
||||
color: hsl(var(--text-dark));
|
||||
|
||||
&>p {
|
||||
& > p {
|
||||
margin-bottom: 0.2rem;
|
||||
color: hsl(0 0 40);
|
||||
}
|
||||
|
||||
&>a {
|
||||
& > a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
|
@ -214,6 +214,12 @@ footer {
|
|||
}
|
||||
}
|
||||
|
||||
@media not (min-width: 40rem) {
|
||||
footer .credits > a {
|
||||
padding: 0.2rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 40rem) {
|
||||
html {
|
||||
font-size: 16px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue