Theme color, start of article forward port

This commit is contained in:
Ian Gulliver
2019-04-14 18:06:16 +00:00
parent 62c58bee6b
commit bdf2ef6cf9
4 changed files with 34 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
<!--# if expr="$date" -->
<aside>
<h3><!--# echo var="date" --></h3>
<h4><!--# echo var="date" --></h4>
</aside>
<!--# endif -->

View File

@@ -1,6 +1,7 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<meta name="theme-color" content="#000000">
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
<style type="text/css">
<!--# include file="style.css" -->

View File

@@ -57,6 +57,11 @@ h2 {
}
h3 {
font-size: 16px;
font-weight: bold;
}
h4 {
font-size: 16px;
font-weight: normal;
}
@@ -65,3 +70,7 @@ h3 {
list-style: none;
padding: 0;
}
ul li {
margin-bottom: 10px;
}