fixing talk button not turning red

This commit is contained in:
Raven Scott 2024-06-13 06:10:26 -04:00
parent 76b00ce5b2
commit 6a7eb78d34

View File

@ -281,10 +281,6 @@ textarea::placeholder {
background-color: #f04747;
}
#talk-btn:hover {
background-color: #191919;
transform: scale(1.05);
}
/* Main container styles */
main {
@ -551,4 +547,4 @@ a:active {
a:visited {
color: #b0b0b0; /* Different color for visited links */
}
}