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