We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204670a commit 82cb2f0Copy full SHA for 82cb2f0
sns/sns.css
@@ -178,7 +178,6 @@ html::before
178
{
179
background: inherit;
180
content: '';
181
- filter: blur(6px);
182
position: absolute;
183
top: -5px;
184
right: 0;
@@ -257,6 +256,11 @@ table{width: 80%;}
257
256
min-height: 100vh;
258
}
259
+.content,
260
+aside{
261
+ backdrop-filter: blur(6px);
262
+}
263
+
264
/* # テーブル内の文字サイズ # */
265
table tr th p{font-size: 1.4rem;}
266
table tr td p{font-size: 1.2rem;}
0 commit comments