mirror of
https://github.com/seigler/dashdev-website
synced 2025-07-26 22:36:09 +00:00
add frontpage css
This commit is contained in:
parent
543713440f
commit
8aafb09320
2 changed files with 10 additions and 6 deletions
|
@ -195,6 +195,14 @@ main {
|
|||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.frontpage {
|
||||
background-color: #111833;
|
||||
}
|
||||
|
||||
.frontpage p {
|
||||
color: red;
|
||||
}
|
||||
|
||||
article {
|
||||
/* for page and article template */
|
||||
/* Distance left, right 1em */
|
||||
|
|
|
@ -2,12 +2,8 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
{{> meta }}
|
||||
<style>
|
||||
main {background-color: #111833;}
|
||||
h1 {color: blue;}
|
||||
p {color: red;}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -19,7 +15,7 @@
|
|||
{{!-- <main{{#if navsub}} class="subpages"{{/if}}> --}}
|
||||
<main>
|
||||
|
||||
<div class="content">
|
||||
<div class="frontpage">
|
||||
|
||||
{{!-- {{> navsub }} --}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue