0
0

🐛 fix missing font on run button

This commit is contained in:
DrMaxNix 2023-01-13 21:31:03 +01:00
parent 082899d052
commit cbdacdccfa

View File

@ -6,6 +6,7 @@ html, body {
body {
background-color: var(--onedark-bg);
padding: 2em;
font-family: "Ubuntu";
}