change background color

This commit is contained in:
zensprojects 2023-02-06 09:39:28 -08:00 committed by GitHub
parent 03c2690dd0
commit f2b5b957c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<script src="/sheep/3.js"></script>
<style>
body {
background: #212224;
background: #242231;
color: white;
font-family: 'Roboto',sans-serif;
}