Skip to content

Commit

Permalink
Merge pull request #304 from jerrylovescheese/jerrysbranch
Browse files Browse the repository at this point in the history
Update index.css
  • Loading branch information
jerrylovescheese authored Sep 9, 2024
2 parents ae1b2b4 + a3fa349 commit 752670f
Showing 1 changed file with 27 additions and 23 deletions.
50 changes: 27 additions & 23 deletions static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,33 @@
}
}

.btc {
transition: all 0.2s;
animation: none;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.11),
0 2px 2px rgba(0, 0, 0, 0.11),
0 4px 4px rgba(0, 0, 0, 0.11),
0 8px 8px rgba(0, 0, 0, 0.11);
}

.btc.new-style {
color: #fff;
}

#btc-1.new-style {
background-image: url(../img/home-button-dark.svg);
}

#btc-o-1 {
background: transparent;
transition: all 0.2s;
}

.btc-o::before,
.btc-o::after {
background: transparent;
}

#namecard {
position: absolute;
top: 100px;
Expand Down Expand Up @@ -457,29 +484,6 @@
}
}

.btc {
transition: all 0.2s;
animation: none;
}

.btc.new-style {
color: #fff;
}

#btc-1.new-style {
background-image: url(../img/home-button-dark.svg);
}

#btc-o-1 {
background: transparent;
transition: all 0.2s;
}

.btc-o::before,
.btc-o::after {
background: transparent;
}

#namecard>a {
color: unset;
}
Expand Down

0 comments on commit 752670f

Please sign in to comment.