style: 添加预设样式

This commit is contained in:
Baobhan Sith
2025-05-28 08:51:55 +08:00
parent c6ae808ac8
commit 6175b38386
7 changed files with 80 additions and 0 deletions
@@ -0,0 +1,14 @@
<style>
#frosted-tile-background {
width: 100%;
height: 100%;
background-color: #1c242f;
background-image:
linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px),
linear-gradient(180deg, rgba(255,255,255,0.015) 1px, transparent 1px),
linear-gradient(135deg, rgba(100,150,200,0.03) 25%, transparent 25%);
background-size: 60px 60px, 60px 60px, 120px 120px;
}
</style>
<div id="frosted-tile-background"></div>