Lighten CSS and style
This commit is contained in:
parent
9bf0144003
commit
15a8d83250
|
@ -2,9 +2,11 @@ body
|
|||
{
|
||||
background-color: #FAE3E3;
|
||||
|
||||
font-family: 'ConnectionRegular';
|
||||
margin: 0 0 0 0;
|
||||
|
||||
// font-family: 'ConnectionRegular';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-style: sans;
|
||||
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -48,11 +50,13 @@ main
|
|||
background-color: #C98BB9;
|
||||
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.menu h1, .menu h2, .menu h3
|
||||
{
|
||||
margin: 0;
|
||||
background-color: #CFA5B4;
|
||||
}
|
||||
|
||||
|
@ -69,7 +73,6 @@ main
|
|||
float: left;
|
||||
}
|
||||
|
||||
|
||||
.top-menu li
|
||||
{
|
||||
font-size: 20px;
|
||||
|
|
|
@ -5,10 +5,13 @@
|
|||
<!-- THIS ENTIRE FILE IS UNDER THE AGPLv3+
|
||||
https://www.gnu.org/licenses/agpl-3.0.html -->
|
||||
|
||||
<!-- FANCY FONTS:
|
||||
<link rel="stylesheet" media="screen"
|
||||
href="https://fontlibrary.org/face/connection" type="text/css"/>
|
||||
-->
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/res/css/style.css">
|
||||
<link rel="shortcut icon" href="/res/img/coin.ico">
|
||||
<link rel="shortcut icon" href="/res/img/coin.png">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
|
Ŝarĝante…
Reference in New Issue