0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-03 16:10:26 +03:00

Added a perfect dark theme

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2019-05-04 04:51:17 +04:00
parent 6364c265d3
commit 8ecf890fa1
5 changed files with 50 additions and 110 deletions

14
assets/background.svg Normal file
View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="6px" height="6px" viewBox="0 0 6 6" version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Background</title>
<desc>It's the background.</desc>
<defs></defs>
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g fill="#000000">
<polygon points="5 0 6 0 0 6 0 5"></polygon>
<polygon points="6 5 6 6 5 6"></polygon>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 527 B