Make all links in the demo white
This commit is contained in:
parent
9bcbd72237
commit
eb376151f2
3 changed files with 9 additions and 0 deletions
|
@ -50,6 +50,9 @@ body {
|
|||
background: #010101;
|
||||
color: white;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
a {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
|
@ -13,6 +13,9 @@ body {
|
|||
background: #010101;
|
||||
color: white;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
a {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
|
@ -27,5 +27,8 @@ body {
|
|||
background: #010101;
|
||||
color: white;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
a {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
</style>
|
Loading…
Reference in a new issue