1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-06-19 15:52:10 +00:00

Qute: better readability CSS

This commit is contained in:
Phantop 2020-05-10 13:27:56 -04:00
parent bc310e8581
commit b47e710f8f

View file

@ -29,17 +29,7 @@ HEADER = """
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>%s</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style type="text/css">
body {
margin: 40px auto;
max-width: 650px;
line-height: 1.4;
padding: 0 10px;
}
h1, h2, h3 {
line-height: 1.2;
}
</style>
<link rel="stylesheet" href="https://sandyuraz.com/styles/org.min.css">
</head>
"""