mirror of
https://github.com/kaboomserver/website.git
synced 2024-11-28 18:26:12 -05:00
Update index.html
This commit is contained in:
parent
ec47fca980
commit
d037b20851
1 changed files with 5 additions and 11 deletions
16
index.html
16
index.html
|
@ -7,14 +7,11 @@
|
|||
<title>Flame.ga » All-OP Server</title>
|
||||
<style type="text/css">
|
||||
@font-face {
|
||||
font-family: 'icon';
|
||||
src:url('fonts/icon.eot');
|
||||
src:url('fonts/icon.eot') format('embedded-opentype'),
|
||||
url('fonts/icon.woff') format('woff'),
|
||||
url('fonts/icon.ttf') format('truetype'),
|
||||
url('fonts/icon.svg') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-family: 'icon';
|
||||
src: url('fonts/icon.eot');
|
||||
src: url('fonts/icon.eot') format('embedded-opentype'), url('fonts/icon.woff') format('woff'), url('fonts/icon.ttf') format('truetype'), url('fonts/icon.svg') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
|
@ -124,9 +121,6 @@ a:focus {
|
|||
height: 100%;
|
||||
color: #fff;
|
||||
background-color: #CF1D1D;
|
||||
background-image: linear-gradient(90deg, rgba(0,0,0,.03) 50%, transparent 50%),
|
||||
linear-gradient(rgba(0,0,0,.03) 50%, transparent 50%);
|
||||
background-size: 25px 25px;
|
||||
}
|
||||
|
||||
#intro-body {
|
||||
|
|
Loading…
Reference in a new issue