idk
This commit is contained in:
+14
-15
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user