Front Page theme fix matching default of board
This commit is contained in:
parent
a4607fa6e6
commit
fae7ccb40e
|
@ -5,6 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
|
||||
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}">
|
||||
<link rel="stylesheet" media="screen" href="stylessheets/dark_red.css">
|
||||
<style type="text/css">
|
||||
.sidebar {
|
||||
width: 200px;
|
||||
|
@ -30,9 +31,9 @@
|
|||
legend {
|
||||
width: 100%;
|
||||
margin-left: -15px;
|
||||
background: #98E;
|
||||
background: #8B0000;
|
||||
border: 1px solid white;
|
||||
color: white;
|
||||
color: #d0d3d4;
|
||||
font-weight: bold;
|
||||
padding: 5px 5px
|
||||
}
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<h1>{{ settings.title }}</h1>
|
||||
<div class="subtitle">{{ settings.subtitle }}</div>
|
||||
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}">
|
||||
<link rel="stylesheet" media="screen" href="stylessheets/dark_red.css">
|
||||
</header>
|
||||
|
||||
<div class="ban">
|
||||
|
|
Loading…
Reference in New Issue