Extra chromosome update

master
urbicide 2020-11-11 16:18:14 +03:00 committed by GitHub
parent 575ff42636
commit fabeb0e4fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,12 @@
@font-face {
font-family: Down-Regular;
src: url(/fonts/down_regular.otf);
}
body {
background: #F6CEFC;
background-image: url('/img/rainbow.gif');
font-family: monospace;
font-family: Down-Regular, monospace;
text-align: center;
}