Changed link-btn color
This commit is contained in:
parent
673a3e89dd
commit
35276d16c0
24
index.html
24
index.html
@ -56,33 +56,13 @@
|
|||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button:hover {
|
||||||
.link-btn {
|
|
||||||
background-color: #7CFC00;
|
|
||||||
color: white;
|
|
||||||
padding: 10px 20px;
|
|
||||||
font-size: 16px;
|
|
||||||
cursor: pointer;
|
|
||||||
border: none;
|
|
||||||
border-radius: 5px;
|
|
||||||
margin: 10px auto;
|
|
||||||
text-decoration: none;
|
|
||||||
display: inline-block;
|
|
||||||
max-width: 200px;
|
|
||||||
}
|
|
||||||
|
|
||||||
button:hover,
|
|
||||||
.dropdown-btn:hover {
|
|
||||||
background-color: #45a049;
|
background-color: #45a049;
|
||||||
}
|
}
|
||||||
|
|
||||||
.source-btn:hover {
|
.source-btn:hover {
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.link-btn:hover {
|
|
||||||
background-color: #228B22;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dropdown-content {
|
.dropdown-content {
|
||||||
display: none;
|
display: none;
|
||||||
@ -168,7 +148,7 @@
|
|||||||
<div class="footer">
|
<div class="footer">
|
||||||
<p>I am not affiliated with EaglerCraft, Eagtek, Microsoft, or Mojang. I solely host these sites.</p>
|
<p>I am not affiliated with EaglerCraft, Eagtek, Microsoft, or Mojang. I solely host these sites.</p>
|
||||||
<a href="https://github.com/eaglercraftx1-8/eaglercraftx1-8.github.io" class="source-btn" target="_blank">Github Repository</a>
|
<a href="https://github.com/eaglercraftx1-8/eaglercraftx1-8.github.io" class="source-btn" target="_blank">Github Repository</a>
|
||||||
<a href="https://github.com/eaglercraftx1-8/eaglercraftx1-8.github.io/issues" class="link-btn" target="_blank">Tell/Ask us something.</a>
|
<a href="https://github.com/eaglercraftx1-8/eaglercraftx1-8.github.io/issues" target="_blank">Tell/Ask us something.</a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user