This commit is contained in:
mileswa1q2
2023-11-17 16:28:07 +00:00
committed by GitHub
parent 812759a96c
commit 6607dca2bc
+14 -15
View File
@@ -11,18 +11,17 @@ body {
font-weight: bold;
}
a {
color: rgb(252, 138, 195);
}
a:link, a:visited {
background-color: rgb(255, 206, 90);
color: white;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}
a:hover, a:active {
background-color: rgb(255, 172, 6);
}
color: hotpink;
}
a:link, a:visited {
background-color: rgb(101, 90, 255);
color: white;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}
a:hover, a:active {
background-color: rgb(89, 252, 255);
}