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,11 @@
<style>
#radial-focus {
width: 100%;
height: 100%;
background-color: #121b24;
background-image:
radial-gradient(circle at center, rgba(0,100,200,0.07) 0%, transparent 80%);
}
</style>
<div id="radial-focus"></div>