Commit 32a5548c416ea1e2537c9c89735629d83d95f270

Authored by Dmitriy Zaporozhets
1 parent 9764ba6d

Fix link color for dark theme

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
app/assets/stylesheets/sections/header.scss
... ... @@ -246,6 +246,9 @@ header {
246 246 }
247 247 }
248 248 .project_name {
  249 + a {
  250 + color: #FFF;
  251 + }
249 252 color: #fff;
250 253 text-shadow: 0 1px 1px #111;
251 254 }
... ...