This commit is contained in:
2023-04-21 00:13:03 -05:00
parent 752ce96376
commit 8ebdf7bc3b
3 changed files with 9 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
body {
font-family: 'Helvetica Neue', sans-serif;
background: rgb(27,26,42);
background: linear-gradient(90deg, rgba(27,26,42,1) 0%, rgba(61,87,92,1) 100%);
background: linear-gradient(90deg, rgba(61,87,92,1) 0%, rgb(69, 68, 84) 100%);
}
a {