mirror of
https://github.com/seigler/dashdev-website
synced 2025-07-27 06:46: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;
|
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 */
|
||||||
|
|
|
@ -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 }} --}}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue