summaryrefslogtreecommitdiff
path: root/assets/css/paper.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/paper.css')
-rw-r--r--assets/css/paper.css19
1 files changed, 12 insertions, 7 deletions
diff --git a/assets/css/paper.css b/assets/css/paper.css
index a1319d8..1a822c2 100644
--- a/assets/css/paper.css
+++ b/assets/css/paper.css
@@ -32,17 +32,18 @@ h6 {
@media (prefers-color-scheme: dark) {
:root {
- --bg: #1e1e1e;
- --surface: #262626;
- --border: #2a2a2a;
- --text: #e0e0e0;
- --text-secondary: #a8a8a8;
+ --bg: #010101;
+ --surface: #000;
+ --border: #909090;
+ --text: #a0a0a0;
+ --text-secondary: #909090;
--shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
- --link-color: rgb(103, 158, 254);
+ --link-color: #909090;
}
}
@media print {
+
*,
*:before,
*:after,
@@ -143,10 +144,12 @@ img {
line-height: 1.5;
padding: 0 0.5em;
}
+
header,
footer {
padding: 0 0.5rem;
}
+
article {
padding: 0.5em;
}
@@ -158,10 +161,12 @@ img {
line-height: 1.4;
padding: 0 0.1em;
}
+
header,
footer {
padding: 0 0.1rem;
}
+
article {
padding: 0.5em 0.1em;
}
@@ -171,4 +176,4 @@ pre,
code {
max-width: 100%;
overflow-x: scroll;
-}
+} \ No newline at end of file