-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update with new colors #94
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same here but it's more obvious from the picture. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,13 @@ html { | |
scrollbar-color: var(--scrollbar) var(--bg); | ||
} | ||
|
||
.content h2 a:link | ||
{ | ||
color: var(--warning-border) | ||
} | ||
|
||
|
||
#searchresults a, | ||
.content a:link, | ||
a:visited, | ||
a > .hljs { | ||
color: var(--links); | ||
} | ||
|
@@ -138,8 +142,6 @@ a > .hljs { | |
.menu-bar:visited, | ||
.nav-chapters, | ||
.nav-chapters:visited, | ||
.mobile-nav-chapters, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These two being here was making it impossible to see button links and some links within text. The style was/is applied regardless of whether it's actually mobile size. I didn't correct that part, just made it visible. |
||
.mobile-nav-chapters:visited, | ||
.menu-bar .icon-button, | ||
.menu-bar a:link, | ||
.menu-bar a:visited { | ||
|
@@ -198,6 +200,15 @@ a > .hljs { | |
padding: 10px 20px; | ||
border-radius: 5px; | ||
background-color: var(--page-nav-bg); | ||
color: var(--links); | ||
} | ||
|
||
.mobile-nav-chapters:hover { | ||
color: var(--links-hover); | ||
} | ||
|
||
.mobile-nav-chapters:active { | ||
color: var(--links); | ||
} | ||
|
||
/* Only Firefox supports flow-relative values */ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a lot of the "cream" color from a previous update. This was converted to white.