mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-26 08:11:17 +02:00
add pointer cursor to footer btn n links
This commit is contained in:
@@ -571,7 +571,9 @@ body:not(.light-version).overlay-visible .main-container {
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
background: var(--color-bg);
|
||||
transition: height 0.3s ease, width 0.3s ease;
|
||||
transition:
|
||||
height 0.3s ease,
|
||||
width 0.3s ease;
|
||||
will-change: height;
|
||||
}
|
||||
|
||||
@@ -891,6 +893,10 @@ body > #demo-frame {
|
||||
.footer button:hover svg {
|
||||
fill: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.footer a,
|
||||
.footer button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mode-btn svg {
|
||||
width: 24px;
|
||||
|
Reference in New Issue
Block a user