mirror of
https://github.com/moonlight-stream/moonlight-stream.github.io.git
synced 2026-05-19 16:20:17 +00:00
Made color scheme more lime-y
This commit is contained in:
@@ -98,12 +98,12 @@ p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
footer p {
|
footer p {
|
||||||
color: #f2f2f2;
|
color: #33cc00;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #007edf;
|
color: #33cc00;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
|
||||||
transition: color 0.5s ease;
|
transition: color 0.5s ease;
|
||||||
@@ -121,7 +121,7 @@ a {
|
|||||||
a:hover, a:focus {text-decoration: underline;}
|
a:hover, a:focus {text-decoration: underline;}
|
||||||
|
|
||||||
footer a {
|
footer a {
|
||||||
color: #F2F2F2;
|
color: #33cc00;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user