mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
background
This commit is contained in:
parent
450b94f641
commit
193251eb8d
1 changed files with 3 additions and 2 deletions
|
@ -18,6 +18,8 @@
|
|||
margin: 0;
|
||||
width: 100%;
|
||||
font-family: 'Raleway', sans-serif;
|
||||
color: white;
|
||||
background: linear-gradient(#2b2b2b, #0f212e);
|
||||
}
|
||||
|
||||
.top-bar {
|
||||
|
@ -35,8 +37,7 @@
|
|||
}
|
||||
|
||||
.main {
|
||||
width: 100%;
|
||||
color: white;
|
||||
padding: 30px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue