-
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
Pile of Minor Fixes #110
Pile of Minor Fixes #110
Conversation
@@ -0,0 +1,74 @@ | |||
.button-links, |
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.
Separated out for easier handling
border: 2px solid var(--button-nav-hover-border); | ||
color: var(--button-nav-hover-fg); | ||
background: var(--button-nav-hover-bg); |
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.
Cleaned up these variables
@@ -46,25 +46,25 @@ | |||
} | |||
|
|||
/* Individual icons for specific items (1 indexed) */ | |||
#toc > .chapter li.chapter-item:nth-child(2) > a:first-of-type::before { | |||
#toc > .chapter > li.chapter-item:nth-child(2) > a:first-of-type::before { |
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.
These were only supposed to catch the icon ones.
padding-inline-start: 0; | ||
display: flex; | ||
align-items: center; | ||
flex: 1; | ||
} | ||
|
||
#toc > .chapter > li > .section > li.chapter-item:first-of-type { | ||
margin-top: 10px; |
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.
Fix the margin under the first one under the icons (Aka just Core > Arch for now)
@@ -376,6 +385,7 @@ mark { | |||
margin-block-end: -1px; | |||
margin-inline-start: -3px; | |||
margin-inline-end: -3px; | |||
color: var(--fg); |
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.
Search text color fix
@@ -11,28 +11,57 @@ | |||
--mono-font: "Source Code Pro", Consolas, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace, monospace; | |||
--code-font-size: 0.875em /* please adjust the ace font size accordingly in editor.js */; | |||
--header-height: 85px; | |||
|
|||
/* Colors from Style Guide */ |
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.
Pulled these in and used them to keep things straight(er)
Problem ======= Various small fixes for the final tweaks of the docs Closes: #87
Problem
Various small fixes for the final tweaks of the docs
Closes: #87
Solution
#
to be visible with the new header font