Files
nexus-terminal/packages/backend/html-presets/静态中心光影渐变.html
T
2025-05-28 08:51:55 +08:00

11 lines
266 B
HTML

<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>