mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Update index.html
This commit is contained in:
parent
0d90f92232
commit
0fc5f37ebc
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,6 @@
|
|||
color: #aa0000;
|
||||
font-size: 19px;
|
||||
transition: background .1s ease-in-out;
|
||||
border-left: 1px solid #aa0000;
|
||||
padding: 7px 15px 7px 15px;
|
||||
}
|
||||
input:focus, textarea:focus, button:hover, button:focus, #intro a:hover, #intro a:focus {
|
||||
|
@ -302,6 +301,7 @@
|
|||
}
|
||||
#intro a:first-of-type {
|
||||
border-radius: 21px 0px 0px 21px;
|
||||
border-right: 1px solid #aa0000;
|
||||
padding: 7px 15px 7px 18px;
|
||||
}
|
||||
#intro a:last-of-type {
|
||||
|
|
Loading…
Reference in a new issue