move styles to file
Some checks are pending
Deploy Arise to html branch / Deploy Arise (push) Waiting to run
Some checks are pending
Deploy Arise to html branch / Deploy Arise (push) Waiting to run
This commit is contained in:
parent
6942af4c2f
commit
d8f897abe4
2 changed files with 27 additions and 73 deletions
|
|
@ -43,56 +43,6 @@
|
|||
<meta name="theme-color" content="#1e1b17">
|
||||
<!-- End Favicon -->
|
||||
|
||||
<!-- Styles+Logo -->
|
||||
<style>
|
||||
html * {
|
||||
font-family: system-ui, sans-serif;
|
||||
}
|
||||
body {
|
||||
background-color: #1e1b17;
|
||||
color: #d2b48c;
|
||||
margin: 40px auto;
|
||||
max-width: 650px;
|
||||
padding: 0 10px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
a {
|
||||
color: #d6b676;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
color: #f0d89a;
|
||||
}
|
||||
hr {
|
||||
border: none;
|
||||
border-top: 1px solid #6b5633;
|
||||
margin: 1.5em auto;
|
||||
max-width: 300px;
|
||||
}
|
||||
.logo {
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.logo img {
|
||||
max-height: 80px;
|
||||
opacity: 0.95;
|
||||
}
|
||||
.topbar {
|
||||
text-align: center;
|
||||
padding: 10px 0;
|
||||
border-top: 1px solid #6b5633;
|
||||
border-bottom: 1px solid #6b5633;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.topbar a {
|
||||
color: #d2b48c;
|
||||
padding: 0 8px;
|
||||
}
|
||||
.topbar a:hover {
|
||||
color: #f0d89a;
|
||||
}
|
||||
</style>
|
||||
|
||||
<link rel="stylesheet" href="/config/main.css">
|
||||
<div class="logo"><a href="/"><img src="/config/logo.png" alt="Site logo" /></a></div>
|
||||
<!-- End Styles+Logo -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue