mirror of
https://github.com/IdleEndeavor/gamesearch.git
synced 2025-05-23 18:16:24 +02:00
improved clickable link colors
This commit is contained in:
parent
ae3541e8c1
commit
981a025da5
@ -33,6 +33,14 @@ html, body {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:active {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
.maindiv {
|
.maindiv {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
@ -111,7 +111,7 @@
|
|||||||
|
|
||||||
<gcse:search class="searchbox"></gcse:search>
|
<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">
|
<div class="share">
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user