mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
inappropriately colored the tip buttons green
This commit is contained in:
parent
571e445dc3
commit
276a8a0eb7
1 changed files with 8 additions and 0 deletions
|
@ -2227,3 +2227,11 @@ pre, code {
|
|||
.tagcloud .tag2 { font-size: 1.8em; font-weight: 800; }
|
||||
.tagcloud .tag1 { font-size: 2.2em; font-weight: 900; }
|
||||
.tagcloud .tag0 { font-size: 2.5em; font-weight: 900; }
|
||||
|
||||
#tipButton {
|
||||
@extend .btn-Action;
|
||||
background: -webkit-linear-gradient(top, #229954, #145A32);
|
||||
&:hover, &:active {
|
||||
@include linear-gradient(top, #0E6655, #0B5345);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue