This commit is contained in:
mileswa1q2
2023-10-26 17:27:03 +00:00
committed by GitHub
parent 426094d196
commit 821d0a84c4
+2 -2
View File
@@ -14,7 +14,7 @@ body {
color: hotpink;
}
a:link, a:visited {
background-color: #f44336;
background-color: rgb(85, 255, 2);
color: white;
padding: 14px 25px;
text-align: center;
@@ -23,5 +23,5 @@ body {
}
a:hover, a:active {
background-color: red;
background-color: rgb(85, 255, 0);
}