diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-02-19 23:10:45 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-02-19 23:10:45 +0500 |
commit | bfa2e493a69196d7bdb057d9526a259f37c6b2e2 (patch) | |
tree | efd0c605eae547793219954904c6e8e5b51840bc | |
parent | 0c35c76dbf3e2265b808f1cb93adf53a50a16143 (diff) |
mostly cosmetic
-rw-r--r-- | index.html | 3 | ||||
-rw-r--r-- | style.css | 1 |
2 files changed, 2 insertions, 2 deletions
@@ -20,8 +20,7 @@ can be found <a href="https://git.pwyazha.ru/">on my git page</a></p> - <p>There's not much going on there, at least for now. - But eventually I'll start blogging.</p> + <p>There's not much going on there, at least for now.</p> <img src="images/maxwell.gif"/> @@ -5,6 +5,7 @@ body { font-size: 18px; padding: 0; color: #404040; + background: #c1eaf2; } h1, h2, h3 { |