style: 添加预设样式
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user