We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2156d0 commit b2c3735Copy full SHA for b2c3735
1 file changed
src/style.css
@@ -270,14 +270,13 @@ section {
270
color: var(--fg-color-primary);
271
background-color: var(--accent-color-secondary);
272
border-radius: var(--rounded-xs);
273
- visibility: hidden;
274
white-space: nowrap;
+ opacity: 0;
275
transform: translateX(-50%);
276
- z-index: 10;
277
}
278
279
.portfolio__contact:hover .portfolio__contact-content {
280
- visibility: visible;
+ opacity: 1;
281
282
283
.portfolio__contact--copy:active {
@@ -392,8 +391,8 @@ section {
392
391
font-size: var(--text-3xs);
393
color: white;
394
background: var(--bad-color);
395
- z-index: 1000;
396
pointer-events: none;
+ z-index: 1000;
397
398
399
/* SYNTAX HIGHLIGHTING */
0 commit comments