Skip to content

Commit

Permalink
Changed Background
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmennater committed Nov 15, 2023
1 parent 6257445 commit 409a3c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion style/calandar.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
}

.day.sub {
box-shadow: inset 0px 0px 20px rgba(238, 90, 151, 0.502) /* #ff888880 */
box-shadow: inset 0px 0px 20px rgba(238, 90, 139, 0.502) /* #ff888880 */
}

.day.first {
Expand Down
4 changes: 3 additions & 1 deletion style/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
:root {
/* Gray Mode */
/* --bg: linear-gradient(rgb(63, 132, 141), rgb(7, 44, 51)); */
--bg: url("https://png.pngtree.com/background/20220731/original/pngtree-stock-trend-candlestick-chart-background-red-lines-geometry-picture-image_1908880.jpg");
/* --bg: url("https://png.pngtree.com/background/20220731/original/pngtree-stock-trend-candlestick-chart-background-red-lines-geometry-picture-image_1908880.jpg"); */
/* --bg: url("https://i.pinimg.com/originals/9f/9e/9a/9f9e9ac4bd8ef9deb5c8401b28ecb6be.png"); */
--bg: url("https://wallpapers.com/images/hd/blueprint-background-2560-x-1600-r7gfh3k9lusjwvte.jpg");
--c1: #bbb;
--c2: #ffffff80;
--c3: #333;
Expand Down
2 changes: 1 addition & 1 deletion style/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
width: 220px;
background-color: #ffffff10;
border-left: solid 1px var(--c2);
backdrop-filter: brightness(1.2) blur(5px);
backdrop-filter: brightness(1.2) blur(20px); /* blur(5px) */
}

.sidebar h2 {
Expand Down

0 comments on commit 409a3c6

Please sign in to comment.