Theme color, start of article forward port
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<!--# if expr="$date" -->
|
||||
<aside>
|
||||
<h3><!--# echo var="date" --></h3>
|
||||
<h4><!--# echo var="date" --></h4>
|
||||
</aside>
|
||||
<!--# endif -->
|
||||
|
||||
|
||||
@@ -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" -->
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user