]> git.plutz.net Git - webtxt/blobdiff - webnote.css
Merge commit '38b6b7c8b8eef16d87bd2b4cbf05cfa8a4662fe0'
[webtxt] / webnote.css
index c1953c8ac416cc5be386d5e309cf24de8a280ee7..391378d1977c4ce324f69a6a4322b86344c83180 100644 (file)
@@ -6,6 +6,7 @@ button {
 }
 textarea {
   display: block;
+  font-family: monospace;
   width: 100%;
   height: 90vh;
   height: calc(100vh - 4.5em);
@@ -31,3 +32,9 @@ ul.recent {
   display: inline-block;
   text-align: left;
 }
+
+@media print {
+  button { display: none; }
+  h1 { text-align: center; margin-top: 1em; }
+}
+@page { margin: 20mm; }