New much darker backing colour & restrict max article width
This commit is contained in:
@@ -65,6 +65,8 @@ html, body {
|
||||
font-family: helvetica, arial;
|
||||
font-size: 100%;
|
||||
box-sizing: border-box;
|
||||
background-color: #222831;
|
||||
color: white;
|
||||
}
|
||||
header, footer {
|
||||
background: #202226;
|
||||
@@ -107,7 +109,8 @@ h3 {
|
||||
margin-right: auto;
|
||||
}
|
||||
article {
|
||||
max-width: 80ch;
|
||||
margin: 0 auto;
|
||||
max-width: 80ch !important;
|
||||
}
|
||||
.container {
|
||||
min-height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user