Skip to content

Commit

Permalink
I guess blur is slower now so we have to not use it?
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Dunn committed Apr 24, 2024
1 parent 6c2dccf commit cd84b2c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions css/scrapbook/scrapbook_green.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,12 @@ th {

.window {
background: var(--box-bg);
backdrop-filter: blur(1px);
box-shadow: rgb(60 59 73 / 56%) 5px 5px 12px -3px;
}


.card {
box-shadow: 2px 2px 8px -3px rgba(43, 39, 85, 0.4);
box-shadow: 2px 2px 8px -3px rgba(43, 39, 85, 0.4)
}

.round-feathered {
Expand Down Expand Up @@ -110,9 +109,4 @@ button:disabled {

input:disabled {
background-color: #D0D0D0;
}


.tool-bar>* {
backdrop-filter: blur(3px);
}

0 comments on commit cd84b2c

Please sign in to comment.