summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
author2026-03-18 12:14:35 +0300
committer2026-03-18 12:14:35 +0300
commit79f1d3f086621b130771b7fd8429fe58a68449a4 (patch)
tree89e67b50dc08c74706f5596fa3596922b10dd594 /assets
parentfix feed (diff)
downloadbase-79f1d3f086621b130771b7fd8429fe58a68449a4.tar.gz
base-79f1d3f086621b130771b7fd8429fe58a68449a4.tar.bz2
base-79f1d3f086621b130771b7fd8429fe58a68449a4.tar.xz
base-79f1d3f086621b130771b7fd8429fe58a68449a4.zip
Поправил цветовую схему блога
Diffstat (limited to 'assets')
-rw-r--r--assets/css/main.css12
-rw-r--r--assets/css/paper.css19
2 files changed, 20 insertions, 11 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index 99c1d4e..81f41d5 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -121,9 +121,13 @@ pre {
padding: 0.5rem;
}
-article {
- border-radius: var(--border-radius);
- box-shadow: var(--shadow);
+time {
+ width: 100%;
+ text-align: right;
+ color: #a0a0a0;
+ font-size: 10pt;
+ border-top: 1px dotted #909090;
+ margin-top: 5px;
}
img {
@@ -148,4 +152,4 @@ a.btn-primary {
a.btn-primary:hover {
background-color: color-mix(in srgb, var(--link-color) 10%, transparent);
-}
+} \ No newline at end of file
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