mirror of
https://github.com/IdleEndeavor/gamesearch.git
synced 2025-04-29 14:14:31 +02:00
3.5.3
Minor tweaks
This commit is contained in:
parent
e5b81d4610
commit
3762af4f09
@ -2,8 +2,8 @@
|
||||
Rave Game Seach Engine assists users in discovering free Video Game downloads.
|
||||
We only use sources deemed safe by the wider Video Game piracy communities on the r/piracy and r/PiratedGames megathreads.
|
||||
|
||||

|
||||

|
||||
- 
|
||||
- 
|
||||
|
||||
# Features
|
||||
- Assists in the finding of free Video Game download links
|
||||
|
@ -12,7 +12,6 @@
|
||||
--primary-color: #F63F4D;
|
||||
--secondary-color: #f63f4e78;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
@ -109,11 +108,6 @@ body {
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
/* .engine-swticher-2 .item:hover {
|
||||
background-color: var(--primary-color); /* Darker background on hover
|
||||
color: #000000;
|
||||
} */
|
||||
|
||||
#donate-button {
|
||||
margin-top: 3px;
|
||||
}
|
||||
@ -321,6 +315,7 @@ body {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* Mobile engine switcher */
|
||||
.toggle-container {
|
||||
display: none; /* Initially hide the toggle container */
|
||||
position: absolute;
|
||||
|
@ -30,6 +30,7 @@
|
||||
<a href="https://ravesoftwaresearch.pages.dev">Software Search</a>
|
||||
</div>
|
||||
|
||||
<!-- Mobile engine switcher -->
|
||||
<div class="toggle-container">
|
||||
<a href="https://ravegamesearch.pages.dev" id="primary" class="toggle-btn">Games</a>
|
||||
<a href="https://ravebooksearch.com" class="toggle-btn">Books</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user