updated style css

parent 147f8f40
......@@ -29,6 +29,28 @@ body {
}
a:link {
color: #7783fc;
text-decoration: none;
transition: 0.2s;
}
a:visited {
color: #7783fc;
text-decoration: none;
}
a:hover {
color: red;
text-decoration: none;
transition: 0.2s;
}
a:active {
color: green;
text-decoration: none;
}
@media (min-width: 308px) {
body {
background-position: 200px 20px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment