Skip to content

Commit

Permalink
Merge pull request #416 from InterstellarNetwork/Background
Browse files Browse the repository at this point in the history
Default Background Addition
  • Loading branch information
xbubbo authored Jan 31, 2024
2 parents 42d33d9 + 762ca87 commit 224a945
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Binary file added static/assets/styles/full2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions static/assets/styles/themes/default.css
Original file line number Diff line number Diff line change
@@ -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;
Expand All @@ -15,5 +17,5 @@
--text-secondary: #b0b0b0;
--text-placeholder: #aaa;

--transparent: rgb(0, 0, 0, 0);
}
--transparent: rgb(0,0,0,0);
}

0 comments on commit 224a945

Please sign in to comment.