tetr io
This commit is contained in:
parent
e80d50d692
commit
054c2e9a00
2 changed files with 8 additions and 0 deletions
|
@ -149,6 +149,13 @@ if($reqPath === '/contact') {
|
|||
'display' => 'flash',
|
||||
'link' => '//osu.ppy.sh/u/flash',
|
||||
],
|
||||
[
|
||||
'id' => 'tetrio',
|
||||
'name' => 'TETR.IO',
|
||||
'icon' => 'fmi fmi-tetrio',
|
||||
'display' => 'flash',
|
||||
'link' => '//ch.tetr.io/u/flash',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
|
|
|
@ -286,6 +286,7 @@ body {
|
|||
.social-twitch .social-background { background-color: #6441a4; }
|
||||
.social-steam .social-background { background-color: #2c2e35; }
|
||||
.social-osu .social-background { background-color: #ff66aa; }
|
||||
.social-tetrio .social-background { background-color: #40c045; }
|
||||
.social-email .social-background { background-color: #4a3650; }
|
||||
.social-lastfm .social-background { background-color: #ba0000; }
|
||||
.social-nin-sw .social-background { background-color: #e60012; }
|
||||
|
|
Loading…
Reference in a new issue