mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Color change
This commit is contained in:
parent
231eca5a99
commit
3464ed55e6
1 changed files with 2 additions and 2 deletions
|
@ -124,8 +124,8 @@ a:focus {
|
|||
height: 100%;
|
||||
color: #fff;
|
||||
background-color: #AA0000;
|
||||
background-image: linear-gradient(90deg, rgba(0,0,0,.05) 50%, transparent 50%),
|
||||
linear-gradient(rgba(0,0,0,.07) 50%, transparent 50%);
|
||||
background-image: linear-gradient(90deg, rgba(0,0,0,.04) 50%, transparent 50%),
|
||||
linear-gradient(rgba(0,0,0,.06) 50%, transparent 50%);
|
||||
background-size: 20px 20px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue