mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-23 00:05:03 +00: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>
|
<title>Flame.ga » All-OP Server</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'icon';
|
font-family: 'icon';
|
||||||
src:url('fonts/icon.eot');
|
src: url('fonts/icon.eot');
|
||||||
src:url('fonts/icon.eot') format('embedded-opentype'),
|
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');
|
||||||
url('fonts/icon.woff') format('woff'),
|
font-weight: normal;
|
||||||
url('fonts/icon.ttf') format('truetype'),
|
font-style: normal;
|
||||||
url('fonts/icon.svg') format('svg');
|
|
||||||
font-weight: normal;
|
|
||||||
font-style: normal;
|
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Montserrat';
|
font-family: 'Montserrat';
|
||||||
|
@ -124,9 +121,6 @@ a:focus {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #CF1D1D;
|
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 {
|
#intro-body {
|
||||||
|
|
Loading…
Reference in a new issue