Even more style updates
This commit is contained in:
parent
d47054f8d7
commit
045908410a
3 changed files with 34 additions and 29 deletions
|
@ -16,6 +16,7 @@
|
|||
--side: calc((var(--wide) - var(--narrow)) / 2);
|
||||
--header: 8rem;
|
||||
--footer: calc(8rem + var(--safe-bottom));
|
||||
--link-color: #3486ff;
|
||||
|
||||
--light: 255, 255, 255;
|
||||
--dark: 22, 22, 22;
|
||||
|
@ -176,9 +177,11 @@ img {
|
|||
/* Header
|
||||
-------------------------------------------------- */
|
||||
.header {
|
||||
margin-top: 2rem;
|
||||
display: flex;
|
||||
max-width: var(--wide);
|
||||
height: var(--header);
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.header a {
|
||||
|
@ -194,7 +197,6 @@ img {
|
|||
}
|
||||
|
||||
.site-name {
|
||||
max-width: calc(100% - 2rem - 3rem);
|
||||
padding-bottom: 0.3rem;
|
||||
overflow: auto;
|
||||
font-size: 3.4rem;
|
||||
|
@ -238,6 +240,10 @@ img {
|
|||
background: var(--url) center center no-repeat;
|
||||
}
|
||||
|
||||
.social a span {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.dark .social a {
|
||||
filter: invert(1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue