diff --git a/src/styles/main.css b/src/styles/main.css index a772b2f..581ec11 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -51,6 +51,16 @@ textarea { user-select: text; } +/* Allow text selection in footer for contact info copying */ +.footer-info p, +.footer-info a { + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; + cursor: pointer; +} + /* Content Protection: Disable Image Dragging & Right Click */ img { -webkit-user-drag: none;