This commit is contained in:
antelle 2018-10-11 22:45:28 +02:00
parent ac960c2987
commit 1086d25fb1
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>KeeWeb Plugin: Mojave Theme</title>
<link rel="shortcut icon" href="/favicon.png" />
<style>
body {
font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;;
font-size: 14px;
}
</style>
</head>
<body>
<h1>KeeWeb Plugin: Mojave Theme</h1>
<a href="https://plugins.keeweb.info/plugins/theme-mojave">https://plugins.keeweb.info/plugins/theme-mojave</a>
<p>A KeeWeb dark theme, inspired by the new Dark Mode of macOS Mojave</a>
</p>
</body>
</html>