summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2023-09-23 02:12:04 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2023-09-23 02:12:04 +0200
commit1c82dc076b6f9902570f042605be65296021f7ee (patch)
tree5745eb50a5f3d9a6b9d2078a63e799929c735882
parente6c50db559d92aae57d8068499de1c81e8e07704 (diff)
CSS Cleanup
-rw-r--r--changelog.1.1.html1
-rw-r--r--downloads.html2
-rwxr-xr-xstylesheets/styles.css10
-rw-r--r--sw.js2
4 files changed, 8 insertions, 7 deletions
diff --git a/changelog.1.1.html b/changelog.1.1.html
index f6d80905..9c58539a 100644
--- a/changelog.1.1.html
+++ b/changelog.1.1.html
@@ -10,6 +10,7 @@
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
<link rel="canonical" href="https://qtpass.org/changelog.1.1">
+ <meta name="color-scheme" content="light dark" />
<link rel="apple-touch-icon" sizes="57x57" href="./images/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="./images/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="./images/apple-icon-72x72.png">
diff --git a/downloads.html b/downloads.html
index 61a61019..8075876e 100644
--- a/downloads.html
+++ b/downloads.html
@@ -76,7 +76,7 @@
<div class="wrapper">
<header>
<h1>QtPass <small>1.4</small></h1>
- <p>QtPass is a multi-platform GUI for <a href="https://www.passwordstore.org/">pass</a>, the standard unix password manager.</p>
+ <p><a title="QtPass GUI for pass, the standard UNIX password manager" href="https://qtpass.org/">QtPass</a> is a multi-platform GUI for <a title="pass, the standard unix password manager" href="https://www.passwordstore.org/">pass</a>, the standard unix password manager.</p>
<p class="view">
<a href="https://github.com/IJHack/QtPass">View the Project on GitHub <small>IJHack/QtPass</small></a>
diff --git a/stylesheets/styles.css b/stylesheets/styles.css
index 5efdcc81..630b294a 100755
--- a/stylesheets/styles.css
+++ b/stylesheets/styles.css
@@ -2,7 +2,7 @@
:root {
color-scheme: light dark;
}
-body{padding:50px;font:14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;color:#222;font-weight:300;}
+body{padding:50px;font:21px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;color:#222;font-weight:300;}
h1, h2, h3, h4, h5, h6{color:#222;margin:0 0 20px;}
p, ul, ol, table, pre, dl{margin:0 0 20px;}
h1, h2, h3{line-height:1.1;}
@@ -10,11 +10,11 @@ h1{font-size:28px;font-weight:900;}
h2{color:#393939;}
h3, h4, h5, h6{color:#494949;}
a{color:#39c;font-weight:400;text-decoration:none;}
-a small{font-size:11px;color:#777;margin-top:-0.6em;display:block;}
+a small{color:#777;margin-top:-0.6em;display:block;}
.wrapper{width:860px;margin:0 auto;}
blockquote{border-left:1px solid #e5e5e5;margin:0;padding:0 0 0 20px;font-style:italic;}
-code, pre{font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;color:#333;font-size:12px;}
-pre{padding:8px 15px;background:#f8f8f8;border-radius:5px;border:1px solid #e5e5e5;overflow-x:auto;}
+code, pre{font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;color:#333;}
+pre{padding:8px 16px;background:#f8f8f8;border-radius:5px;border:1px solid #e5e5e5;overflow-x:auto;font-size:17px;}
table{width:100%;border-collapse:collapse;}
th, td{text-align:left;padding:5px 10px;border-bottom:1px solid #e5e5e5;}
dt{color:#444;font-weight:700;}
@@ -29,7 +29,7 @@ header ul li + li{width:88px;border-left:1px solid #fff;}
header ul li + li + li{border-right:none;width:89px;}
header ul a strong{font-size:14px;display:block;color:#222;}
section{width:500px;float:right;padding-bottom:180px;}
-small{font-size:11px;}
+small{font-size:13px;}
hr{border:0;background:#e5e5e5;height:1px;margin:0 0 20px;}
footer{float:left;position:fixed;bottom:50px;}
.compatible{width:auto;height:120px;margin-right:10px;}
diff --git a/sw.js b/sw.js
index 7906b027..6c88eb7e 100644
--- a/sw.js
+++ b/sw.js
@@ -1,4 +1,4 @@
-const cacheName = 'qtpass::v1.4.0-12::static';
+const cacheName = 'qtpass::v1.4.0-13::static';
self.addEventListener('install', e => {
e.waitUntil(