Skip to content

Commit

Permalink
update blur effect
Browse files Browse the repository at this point in the history
  • Loading branch information
terryzfeng committed Oct 19, 2024
1 parent 8ad39d3 commit cc68a1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/* import bootstrap */
@import url('https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css');

p, h1, h2, h3, h4, h5, h6 {
/* add a dropshadow behind the div */
backdrop-filter: blur(20px);
p, h1, h2, h3, h4, h5, h6, ul, ol, li, a {
backdrop-filter: blur(5px);
}

#ide-button {
background-color: #007bff;
border: none;
Expand Down

0 comments on commit cc68a1f

Please sign in to comment.