mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-01 11:37:03 -05:00
Color change
This commit is contained in:
parent
3464ed55e6
commit
d1c502a9a1
1 changed files with 3 additions and 3 deletions
|
@ -125,8 +125,8 @@ a:focus {
|
|||
color: #fff;
|
||||
background-color: #AA0000;
|
||||
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;
|
||||
linear-gradient(rgba(0,0,0,.04) 50%, transparent 50%);
|
||||
background-size: 25px 25px;
|
||||
}
|
||||
|
||||
#intro-body {
|
||||
|
@ -290,7 +290,7 @@ margin:0 0 20px;
|
|||
line-height:1.5/;
|
||||
}
|
||||
#intro{
|
||||
background-size:30px 30px;
|
||||
background-size:35px 35px;
|
||||
}
|
||||
#icon {
|
||||
font-size: 340px;
|
||||
|
|
Loading…
Reference in a new issue