Skip to content

Commit 82cb2f0

Browse files
change: filter in front to background
1 parent 204670a commit 82cb2f0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sns/sns.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ html::before
178178
{
179179
background: inherit;
180180
content: '';
181-
filter: blur(6px);
182181
position: absolute;
183182
top: -5px;
184183
right: 0;
@@ -257,6 +256,11 @@ table{width: 80%;}
257256
min-height: 100vh;
258257
}
259258

259+
.content,
260+
aside{
261+
backdrop-filter: blur(6px);
262+
}
263+
260264
/* # テーブル内の文字サイズ # */
261265
table tr th p{font-size: 1.4rem;}
262266
table tr td p{font-size: 1.2rem;}

0 commit comments

Comments
 (0)