Add a bit of white to relax on the orange

This commit is contained in:
Mohamad Damaj 2023-08-10 01:04:40 +03:00
parent 4d5ec4653f
commit 1f2b867286
3 changed files with 7 additions and 7 deletions

View file

@ -43,7 +43,7 @@ hr {
color: #FFFFFF;
}
.links {
font-size: 10pt;
font-size: 15pt;
}
.code {
text-align: center;
@ -51,7 +51,7 @@ hr {
color: #ffffff;
}
a {
color: #fd7717;
color: #ffffff;
text-decoration: none;
transition: 0.1s;
}
@ -60,5 +60,5 @@ img {
vertical-align: middle;
}
a:hover {
color: #89cff0;
color: #fd7717;
}