@wot-ui/vitepress-theme 2.0.0-alpha.21 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -122,7 +122,10 @@ html.banner-show {
|
|
|
122
122
|
font-size: 18px;
|
|
123
123
|
font-weight: 600;
|
|
124
124
|
color: var(--vp-c-white);
|
|
125
|
-
background:
|
|
125
|
+
background: #0f0f13;
|
|
126
|
+
background-image: radial-gradient(circle at 50% 0%, rgba(99, 102, 241, 0.15) 0%, transparent 60%);
|
|
127
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
|
|
128
|
+
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
|
|
126
129
|
display: none;
|
|
127
130
|
justify-content: center;
|
|
128
131
|
align-items: center;
|
|
@@ -189,11 +192,13 @@ button:active {
|
|
|
189
192
|
height: 28px;
|
|
190
193
|
fill: var(--vp-c-white);
|
|
191
194
|
transform: rotate(45deg);
|
|
192
|
-
transition:
|
|
195
|
+
transition: all 0.3s ease;
|
|
196
|
+
filter: drop-shadow(0 0 0 transparent);
|
|
193
197
|
}
|
|
194
198
|
|
|
195
199
|
button:hover .close {
|
|
196
200
|
transform: rotate(45deg) scale(1.1);
|
|
201
|
+
filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.6));
|
|
197
202
|
}
|
|
198
203
|
|
|
199
204
|
.vt-banner-text {
|