fixing talk button not turning red
This commit is contained in:
parent
76b00ce5b2
commit
6a7eb78d34
@ -281,10 +281,6 @@ textarea::placeholder {
|
|||||||
background-color: #f04747;
|
background-color: #f04747;
|
||||||
}
|
}
|
||||||
|
|
||||||
#talk-btn:hover {
|
|
||||||
background-color: #191919;
|
|
||||||
transform: scale(1.05);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Main container styles */
|
/* Main container styles */
|
||||||
main {
|
main {
|
||||||
@ -551,4 +547,4 @@ a:active {
|
|||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
color: #b0b0b0; /* Different color for visited links */
|
color: #b0b0b0; /* Different color for visited links */
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user