Remove var(--top-bar-height)

This commit is contained in:
Richard Feldman 2023-11-16 06:51:30 -05:00
parent 7523e0702c
commit 2c21c7adf1
No known key found for this signature in database
GPG Key ID: F1F21AA5B1D9E43B

View File

@ -32,7 +32,6 @@
--font-size-normal: 18px;
--body-max-width: 1024px;
--top-bar-height: 50px;
--dark-code-bg: #202746;
}
@ -239,7 +238,6 @@ h3 {
}
#top-bar {
height: var(--top-bar-height);
box-sizing: border-box;
width: 100%;
}
@ -277,7 +275,6 @@ h3 {
box-sizing: border-box;
color: var(--top-bar-fg);
display: inline-block;
height: var(--top-bar-height);
padding: 12px 16px;
margin: 0 2px;
}