diff --git a/static/assets/styles/full2.png b/static/assets/styles/full2.png new file mode 100644 index 000000000..9eb6940c3 Binary files /dev/null and b/static/assets/styles/full2.png differ diff --git a/static/assets/styles/themes/default.css b/static/assets/styles/themes/default.css index 3e0b57a07..24686f67f 100644 --- a/static/assets/styles/themes/default.css +++ b/static/assets/styles/themes/default.css @@ -1,9 +1,11 @@ :root { - --page: #1e1e1e; + --page: url("full2.png"); --background: rgba(255, 255, 255, 0.02); --background-filter: blur(10px) brightness(80%); --background-secondary: #4545459e; --background-dark: #121212; + + --title: #fff; --block: #2a2a2a; @@ -15,5 +17,5 @@ --text-secondary: #b0b0b0; --text-placeholder: #aaa; - --transparent: rgb(0, 0, 0, 0); -} + --transparent: rgb(0,0,0,0); +} \ No newline at end of file