i did not have a wrong name for the font family that caused stuff to look bad what are you talking about
This commit is contained in:
parent
6e725da046
commit
e4cb05c9e2
2 changed files with 7 additions and 8 deletions
|
|
@ -15,7 +15,7 @@ t {
|
|||
|
||||
|
||||
p {
|
||||
font-family: "nya";
|
||||
font-family: "mono";
|
||||
color: var(--c-fg);
|
||||
margin-top: 0;
|
||||
margin-bottom: 0
|
||||
|
|
@ -48,7 +48,7 @@ li {
|
|||
color: var(--c-title);
|
||||
position: fixed;
|
||||
padding: 0 4px;
|
||||
font-family: mono;
|
||||
font-family: "mono";
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
|
@ -59,7 +59,6 @@ li {
|
|||
|
||||
.credit {
|
||||
top: calc(100vh - 1.5em);
|
||||
/*bottom: 0;*/
|
||||
right: 64px;
|
||||
color: var(--c-fg)
|
||||
}
|
||||
|
|
@ -67,7 +66,7 @@ li {
|
|||
/* here are some @media rules to choose when to display ascii art */
|
||||
|
||||
.ascii {
|
||||
font-family: "nya";
|
||||
font-family: "mono";
|
||||
color: var(--c-fg);
|
||||
white-space: pre;
|
||||
display: none
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue