mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-04-01 17:50:13 +00:00
udpated bg opacity
This commit is contained in:
parent
9d56874c4b
commit
754717c280
1 changed files with 6 additions and 0 deletions
|
|
@ -133,6 +133,12 @@ html.dark body::after {
|
|||
background-image: url("https://files.seeusercontent.com/2026/03/28/nd1W/pasted-image-1774730083896.webp");
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
body::after {
|
||||
opacity: 0.1;
|
||||
}
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue