add frontpage css

This commit is contained in:
readme 2020-03-19 12:40:22 +01:00
parent 543713440f
commit 8aafb09320
2 changed files with 10 additions and 6 deletions

View file

@ -195,6 +195,14 @@ main {
padding-top: 10px; padding-top: 10px;
} }
.frontpage {
background-color: #111833;
}
.frontpage p {
color: red;
}
article { article {
/* for page and article template */ /* for page and article template */
/* Distance left, right 1em */ /* Distance left, right 1em */

View file

@ -2,12 +2,8 @@
<html> <html>
<head> <head>
{{> meta }} {{> meta }}
<style>
main {background-color: #111833;}
h1 {color: blue;}
p {color: red;}
</style>
</head> </head>
@ -19,7 +15,7 @@
{{!-- <main{{#if navsub}} class="subpages"{{/if}}> --}} {{!-- <main{{#if navsub}} class="subpages"{{/if}}> --}}
<main> <main>
<div class="content"> <div class="frontpage">
{{!-- {{> navsub }} --}} {{!-- {{> navsub }} --}}