This commit is contained in:
Nox Sluijtman 2023-09-09 18:02:05 +02:00
parent 7c5857cba7
commit 8a0e6fc8f8
2 changed files with 8 additions and 0 deletions

BIN
static/fonts/BQN386.ttf Normal file

Binary file not shown.

View file

@ -1,6 +1,12 @@
@charset "UTF-8";
@import "gruvbox.css";
@font-face {
font-family: "BQN386";
src: url('/fonts/BQN386.ttf');
}
:root{
scrollbar-color: var(--ansi08) transparent;
}
@ -132,6 +138,8 @@ td{ border-bottom: 1pt dashed; }
.pagination__buttons{display:flex; justify-content:center;}
.pagination__buttons .next::after{content:" →";}
.pagination__buttons .prev::before{content:"← ";}
.language-bqn{font-family: "BQN386", monospace;}
.language-orca{font-family: "BQN386", monospace;}
@keyframes gay {
0%{background-position: 0px 50%;}