Browse Source

fix: anchor text color for dark theme

pull/2/head
Vivek R 4 years ago
parent
commit
e52c69a3c1
3 changed files with 6 additions and 0 deletions
  1. BIN
      images/screenshot-dark.png
  2. BIN
      images/screenshot-light.png
  3. +6
    -0
      static/css/dark.css

BIN
images/screenshot-dark.png View File

Before After
Width: 1678  |  Height: 1242  |  Size: 98KB Width: 913  |  Height: 749  |  Size: 49KB

BIN
images/screenshot-light.png View File

Before After
Width: 1710  |  Height: 1290  |  Size: 106KB Width: 915  |  Height: 740  |  Size: 54KB

+ 6
- 0
static/css/dark.css View File

@@ -26,6 +26,12 @@ h1,h2,h3,h4,h5,h6 {
}

a,a:hover {
color: #ff7979;
text-decoration: none;
}

.site-description a,
.site-description a:hover {
color: #ddd;
text-decoration: underline;
}

Loading…
Cancel
Save