Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4 from tvut/profile
Browse files Browse the repository at this point in the history
Fixed light colors on profile page
  • Loading branch information
MrWillCom authored Nov 13, 2020
2 parents d20f734 + a273d75 commit 9159aae
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -980,4 +980,15 @@
.UnderlineNav .Counter {
color: #aeb9c3;
}
}
:root{
--color-calendar-graph-day-bg:#24292e;
--color-bg-primary: #1f2327;
--color-text-primary: #d8e2ec;
--color-previewable-comment-form-bg:#24292e;
--color-bg-canvas:#24292e;
--color-box-bg-info:#24292e;
--color-underlinenav-text-hover: #d8e2ec;
--color-branch-name-link-bg:#45474a;
--color-box-row-blue-bg: #45474a;
}
}

0 comments on commit 9159aae

Please sign in to comment.