mirror of
https://github.com/IdleEndeavor/gamesearch.git
synced 2025-04-29 22:24:33 +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.
|
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.
|
||||||
|
|
||||||

|
- 
|
||||||

|
- 
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
- Assists in the finding of free Video Game download links
|
- Assists in the finding of free Video Game download links
|
||||||
|
@ -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;
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user