Hello everyone, I'm having trouble maintaining the white color on hover. When I move the cursor to the next element inside the hover element, the font color changes. I've tried various methods to keep the desired color but nothing seems to work. Can someone please help me out? I have included some images showing the issue: https://ibb.co/nDLQ7w https://ibb.co/j5NBfG I apologize for my English as it is not my native language.
@import url('https://fonts.googleapis.com/css?family=Spectral+SC');
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
/* CSS styling */
@media all and (max-width : 767px) {
/* Responsive styles */
}
@media all and (max-width : 330px) {
/* Additional responsive styles */
}
<!DOCTYPE html>
/* HTML code snippet */
<img src="https://upload.wikimedia.org/wikipedia/commons/a/ab/Logo_TV_2015.png" class="logo">