Compare commits
2 Commits
a1e3f70162
...
148c0fd62e
| Author | SHA1 | Date | |
|---|---|---|---|
| 148c0fd62e | |||
| 484e24c855 |
@@ -3,8 +3,10 @@
|
|||||||
color: #0078d4;
|
color: #0078d4;
|
||||||
color: #1f1f1f; */
|
color: #1f1f1f; */
|
||||||
|
|
||||||
|
html { font-size: 100%: }
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-size: 20px;
|
/* font-size: 20px;*/
|
||||||
max-width: 40em;
|
max-width: 40em;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
background: #1f1f1f;
|
background: #1f1f1f;
|
||||||
@@ -25,10 +27,16 @@ a {
|
|||||||
h1 {
|
h1 {
|
||||||
color: #f85149;
|
color: #f85149;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
font-size: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
color: #2ea043;
|
color: #2ea043;
|
||||||
|
font-size: 1.6rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
<title>{{ title }}</title>
|
<title>{{ title }}</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>{{ title }}</h1>
|
|
||||||
<p id="intro">{{ presentation }}</p>
|
<p id="intro">{{ presentation }}</p>
|
||||||
{%- set ns = namespace(cur_month="") -%}
|
{%- set ns = namespace(cur_month="") -%}
|
||||||
{%- for key, page in pages.items()|sort(attribute='1.date', reverse = true) -%}
|
{%- for key, page in pages.items()|sort(attribute='1.date', reverse = true) -%}
|
||||||
|
|||||||
Reference in New Issue
Block a user