Skip to content

Commit

Permalink
css tweak again
Browse files Browse the repository at this point in the history
  • Loading branch information
terryzfeng committed Oct 19, 2024
1 parent 89c8433 commit 9e5c40d
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,8 +1,8 @@
/* import bootstrap */
@import url('https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css');

p, h1, h2, h3, h4, h5, h6, ul, ol, li, a {
backdrop-filter: blur(5px);
p, h2, h3, h4, h5, h6, ul, ol, li, a {
backdrop-filter: blur(1px);
}

#ide-button {
Expand Down Expand Up @@ -32,7 +32,7 @@ p, h1, h2, h3, h4, h5, h6, ul, ol, li, a {
left: 0;
width: 100%;
height: 100%;
opacity: 0.4;
opacity: 0.3;
color: #fff;
padding: 10px;
white-space: pre;
Expand Down

0 comments on commit 9e5c40d

Please sign in to comment.