mirror of
https://github.com/thepaperpilot/The-Modding-Tree.git
synced 2025-02-07 10:31:37 +00:00
Modified link style
This commit is contained in:
parent
ea60b78318
commit
11c9c7a786
1 changed files with 4 additions and 6 deletions
10
style.css
10
style.css
|
@ -333,7 +333,7 @@ h1, h2, h3, b, input {
|
|||
}
|
||||
|
||||
a {
|
||||
color: #ffab40;
|
||||
color: #02f2f2;
|
||||
text-decoration-line: none;
|
||||
cursor: pointer
|
||||
}
|
||||
|
@ -341,17 +341,15 @@ a {
|
|||
.link {
|
||||
display: block;
|
||||
font-size: 20px;
|
||||
color: #ffab40;
|
||||
color: #02f2f2;
|
||||
cursor: pointer;
|
||||
-webkit-text-stroke-width: 1px;
|
||||
-webkit-text-stroke-color: #02f2f2;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.link:hover {
|
||||
transform: scale(1.2, 1.2);
|
||||
text-shadow: 5px 0 10px #ffab40,
|
||||
-3px 0 12px #ffab40;
|
||||
text-shadow: 5px 0 10px #02f2f2,
|
||||
-3px 0 12px #02f2f2;
|
||||
}
|
||||
|
||||
.opt {
|
||||
|
|
Loading…
Add table
Reference in a new issue