summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--content/_index.md2
-rw-r--r--themes/neonxp/assets/css/paper.css6
2 files changed, 4 insertions, 4 deletions
diff --git a/content/_index.md b/content/_index.md
index 85bb929..9e9bde7 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -12,7 +12,7 @@ title: Добро пожаловать!
А ещё, у меня есть свой [Блог](/posts/)!
-И у него даже есть [Atom лента](/feed/posts/) для удобной подписки!
+И у него даже есть [Atom лента](/feed/) для удобной подписки!
Для связи со мной — пишите на e-mail или jabber [i@neonxp.ru](mailto:i@neonxp.ru)
diff --git a/themes/neonxp/assets/css/paper.css b/themes/neonxp/assets/css/paper.css
index 47ba42b..f75495e 100644
--- a/themes/neonxp/assets/css/paper.css
+++ b/themes/neonxp/assets/css/paper.css
@@ -34,7 +34,7 @@ h6 {
:root {
--bg: #1e1e1e;
--surface: #262626;
- --border: #3a3a3a;
+ --border: #2a2a2a;
--text: #e0e0e0;
--text-secondary: #a8a8a8;
--shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
@@ -90,7 +90,7 @@ h6 {
}
html {
- background-color: var(--bg);
+ background-color: var(--surface);
display: flex;
justify-content: center;
flex-direction: row;
@@ -120,7 +120,7 @@ main {
}
article {
- background-color: var(--surface);
+ background-color: var(--bg);
padding: 1.5em 2em;
margin: 1em 0;
border: 0.1px solid var(--border);