initial commit

This commit is contained in:
2026-03-31 01:27:14 +00:00
commit c965757e63
5 changed files with 70 additions and 0 deletions

14
custom.css Normal file
View File

@@ -0,0 +1,14 @@
/* Target both html and body to be safe, and use !important */
html, body {
background: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%) !important;
background-attachment: fixed !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
/* Homepage often applies background colors to the main layout div.
This makes that container transparent so your gradient shows through. */
#main-layout, .layout, #__next {
background-color: transparent !important;
background-image: none !important;
}