Merge branch 'main' of https://github.com/eaglercraftx1-8/eaglercraftx1-8.github.io
This commit is contained in:
commit
7408498450
@ -9,6 +9,10 @@ body {
|
|||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
.darkBody {
|
||||||
|
background-color: #0a0a0a;
|
||||||
|
color: #f1f1f1;
|
||||||
|
}
|
||||||
.mobileContainer18 {
|
.mobileContainer18 {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 1%;
|
width: 1%;
|
||||||
@ -75,6 +79,10 @@ button {
|
|||||||
transition: transform 0.5s ease;
|
transition: transform 0.5s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.darkButton{
|
||||||
|
background-color: #00e1ff;
|
||||||
|
}
|
||||||
|
|
||||||
.source-btn {
|
.source-btn {
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
color: white;
|
color: white;
|
||||||
|
@ -29,10 +29,11 @@
|
|||||||
|
|
||||||
<label for="mobileCheckbox">Mobile Checkbox</label>
|
<label for="mobileCheckbox">Mobile Checkbox</label>
|
||||||
<input type="checkbox" id="mobileCheckbox">
|
<input type="checkbox" id="mobileCheckbox">
|
||||||
|
<label for="darkMode">Dark Mode</label>
|
||||||
|
<input type="checkbox" id="darkMode">
|
||||||
<div class="search-container">
|
<div class="search-container">
|
||||||
<input type="text" id="search-bar" placeholder="Search Clients...">
|
<input type="text" id="search-bar" placeholder="Search Clients...">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Version 1.9 Section -->
|
<!-- Version 1.9 Section -->
|
||||||
<div id="desktopVersion19">
|
<div id="desktopVersion19">
|
||||||
<p class="version-text">Version 1.9</p>
|
<p class="version-text">Version 1.9</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user