Minor tweaks
This commit is contained in:
IdleEndeavor 2024-07-13 23:09:37 +01:00
parent e5b81d4610
commit 3762af4f09
3 changed files with 4 additions and 8 deletions

View File

@ -2,8 +2,8 @@
Rave Game Seach Engine assists users in discovering free Video Game downloads. 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. We only use sources deemed safe by the wider Video Game piracy communities on the r/piracy and r/PiratedGames megathreads.
![Screenshot of Rave Game Search Engine Homepage](img/ravesearch.png) - ![Screenshot of Rave Game Search Engine Homepage](img/ravesearch.png)
![Screenshot of Rave Game Search Engine Mobile Homepage](img/ravesearch-mobile.png) - ![Screenshot of Rave Game Search Engine Mobile Homepage](img/ravesearch-mobile.png)
# Features # Features
- Assists in the finding of free Video Game download links - Assists in the finding of free Video Game download links

View File

@ -12,7 +12,6 @@
--primary-color: #F63F4D; --primary-color: #F63F4D;
--secondary-color: #f63f4e78; --secondary-color: #f63f4e78;
} }
body { body {
margin: 0; margin: 0;
@ -109,11 +108,6 @@ body {
color: var(--text-color); color: var(--text-color);
} }
/* .engine-swticher-2 .item:hover {
background-color: var(--primary-color); /* Darker background on hover
color: #000000;
} */
#donate-button { #donate-button {
margin-top: 3px; margin-top: 3px;
} }
@ -321,6 +315,7 @@ body {
display: none !important; display: none !important;
} }
/* Mobile engine switcher */
.toggle-container { .toggle-container {
display: none; /* Initially hide the toggle container */ display: none; /* Initially hide the toggle container */
position: absolute; position: absolute;

View File

@ -30,6 +30,7 @@
<a href="https://ravesoftwaresearch.pages.dev">Software Search</a> <a href="https://ravesoftwaresearch.pages.dev">Software Search</a>
</div> </div>
<!-- Mobile engine switcher -->
<div class="toggle-container"> <div class="toggle-container">
<a href="https://ravegamesearch.pages.dev" id="primary" class="toggle-btn">Games</a> <a href="https://ravegamesearch.pages.dev" id="primary" class="toggle-btn">Games</a>
<a href="https://ravebooksearch.com" class="toggle-btn">Books</a> <a href="https://ravebooksearch.com" class="toggle-btn">Books</a>