correct font family, trim unneeded css
This commit is contained in:
parent
cc1688a124
commit
7cbfbbc594
1 changed files with 1 additions and 6 deletions
|
|
@ -317,7 +317,7 @@ top navbar styling. attempts to look like a desktop panel/window manager bar
|
|||
grid-gap: 1em;
|
||||
grid-template-columns: max-content auto max-content;
|
||||
|
||||
font-family: "Lexend";
|
||||
font-family: "Lexend Deca";
|
||||
align-content: center;
|
||||
vertical-align: middle;
|
||||
color: var(--text);
|
||||
|
|
@ -929,11 +929,6 @@ modify widths and spacing depending on the size of the display
|
|||
.navbar {
|
||||
min-height: 2.3em;
|
||||
max-height: 2.3em;
|
||||
|
||||
font-family: "Lexend";
|
||||
align-content: center;
|
||||
vertical-align: middle;
|
||||
color: var(--text);
|
||||
|
||||
.nav-baselink {
|
||||
display: none !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue