make it the same font everywhere
This commit is contained in:
parent
dd140e23d1
commit
923c7e9624
4 changed files with 0 additions and 6 deletions
|
@ -147,7 +147,6 @@
|
||||||
color: white;
|
color: white;
|
||||||
transform: translateY(-4px);
|
transform: translateY(-4px);
|
||||||
transition: all 0.1s ease-in-out;
|
transition: all 0.1s ease-in-out;
|
||||||
font-family: "JetBrains Mono", monospace;
|
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -114,7 +114,6 @@
|
||||||
color: white;
|
color: white;
|
||||||
transform: translateY(-4px);
|
transform: translateY(-4px);
|
||||||
transition: all 0.1s ease-in-out;
|
transition: all 0.1s ease-in-out;
|
||||||
font-family: "JetBrains Mono", monospace;
|
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
gap: 5px;
|
gap: 5px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -107,7 +107,6 @@
|
||||||
color: white;
|
color: white;
|
||||||
transform: translateY(-4px);
|
transform: translateY(-4px);
|
||||||
transition: all 0.1s ease-in-out;
|
transition: all 0.1s ease-in-out;
|
||||||
font-family: "JetBrains Mono", monospace;
|
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -115,7 +114,6 @@
|
||||||
height: 90%;
|
height: 90%;
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: "Sour Gummy", sans-serif;
|
|
||||||
background-color: #121212;
|
background-color: #121212;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
@ -127,7 +125,6 @@
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
border: 2px solid #444;
|
border: 2px solid #444;
|
||||||
font-family: "JetBrains Mono", monospace;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
|
|
|
@ -44,7 +44,6 @@
|
||||||
|
|
||||||
button {
|
button {
|
||||||
background: none;
|
background: none;
|
||||||
font-family: "JetBrains Mono", monospace;
|
|
||||||
color: #888;
|
color: #888;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
height: 70px;
|
height: 70px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue