Make all links in the demo white

This commit is contained in:
Korbs 2024-11-01 21:38:04 -04:00
parent 9bcbd72237
commit eb376151f2
3 changed files with 9 additions and 0 deletions

View file

@ -50,6 +50,9 @@ body {
background: #010101; background: #010101;
color: white; color: white;
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
a {
color: white;
}
} }
</style> </style>

View file

@ -13,6 +13,9 @@ body {
background: #010101; background: #010101;
color: white; color: white;
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
a {
color: white;
}
} }
</style> </style>

View file

@ -27,5 +27,8 @@ body {
background: #010101; background: #010101;
color: white; color: white;
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
a {
color: white;
}
} }
</style> </style>