mirror of
https://github.com/IdleEndeavor/gamesearch.git
synced 2025-04-29 14:14:31 +02:00
improved clickable link colors
This commit is contained in:
parent
ae3541e8c1
commit
981a025da5
@ -33,6 +33,14 @@ html, body {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: black;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.maindiv {
|
||||
margin: auto;
|
||||
|
@ -111,7 +111,7 @@
|
||||
|
||||
<gcse:search class="searchbox"></gcse:search>
|
||||
|
||||
<p><a href="https://ravebooksearch.com">Check out Book Search</a></p>
|
||||
<p><a href="https://ravebooksearch.com"><i class="fas fa-book"></i> Check out Book Search</a></p>
|
||||
|
||||
<div class="share">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user