online v1
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
line-height: 1.2;
|
||||
color: var(--primary-dark);
|
||||
margin-bottom: 24px;
|
||||
font-family: 'Segoe UI', system-ui, sans-serif;
|
||||
font-family: 'Montserrat', 'Segoe UI', system-ui, sans-serif;
|
||||
}
|
||||
|
||||
.hero-subline {
|
||||
@@ -157,15 +157,18 @@
|
||||
position: absolute;
|
||||
background: rgba(255, 255, 255, 0.95);
|
||||
border: 2px solid var(--primary-mid);
|
||||
border-radius: 12px;
|
||||
padding: 16px;
|
||||
min-width: 120px;
|
||||
border-radius: 8px;
|
||||
padding: 4px;
|
||||
min-width: 40px;
|
||||
width: 40px;
|
||||
height: 120px;
|
||||
text-align: center;
|
||||
backdrop-filter: blur(15px);
|
||||
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
||||
cursor: pointer;
|
||||
z-index: 3;
|
||||
box-shadow: 0 4px 20px rgba(79, 71, 71, 0.1);
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.node:hover {
|
||||
|
||||
Reference in New Issue
Block a user