We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732debc commit 252c52bCopy full SHA for 252c52b
.vitepress/theme/components/Banner.vue
@@ -151,10 +151,6 @@ html:not(.banner-dismissed) {
151
display: none;
152
}
153
154
-a:hover {
155
- text-decoration: underline;
156
-}
157
-
158
button {
159
position: absolute;
160
right: 0;
@@ -189,15 +185,14 @@ button {
189
185
text-decoration: none;
190
186
margin: 0 20px;
191
187
font-weight: bold;
192
- transition: all;
193
- transition-duration: 200ms;
194
188
+ transition: all .2s ease-in-out;
195
196
-.vt-primary-action:hover {
197
- text-decoration: none;
198
- transform: translate3d(0, -2px, 0);
+ &:hover {
+ box-shadow: 0 1px #fffc inset;
+ }
199
200
+
201
@media (max-width: 1280px) {
202
.banner .vt-banner-text {
203
font-size: 14px;
0 commit comments