mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-26 22:26:52 +00:00
Qute: better readability CSS
This commit is contained in:
parent
bc310e8581
commit
b47e710f8f
|
|
@ -29,17 +29,7 @@ HEADER = """
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>%s</title>
|
<title>%s</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||||
<style type="text/css">
|
<link rel="stylesheet" href="https://sandyuraz.com/styles/org.min.css">
|
||||||
body {
|
|
||||||
margin: 40px auto;
|
|
||||||
max-width: 650px;
|
|
||||||
line-height: 1.4;
|
|
||||||
padding: 0 10px;
|
|
||||||
}
|
|
||||||
h1, h2, h3 {
|
|
||||||
line-height: 1.2;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue