diff options
-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 { |