-
Notifications
You must be signed in to change notification settings - Fork 842
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
Amsterdam: better code block contrast #4272
Changes from all commits
e395a79
17700f9
74c72b7
de70169
1229fab
f0d46d4
24efc45
ed9186d
4b0a257
c74042d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,8 @@ | ||||||
.euiCodeBlock.euiCodeBlock--inline { | ||||||
border-radius: $euiBorderRadiusSmall; | ||||||
color: makeHighContrastColor($euiColorVis3, $euiCodeBlockBackgroundColor); | ||||||
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. Maybe use a code variable that is the same?
Suggested change
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. Gonna leave this. I prefer using the root variable until there is more than one usage that exists. |
||||||
|
||||||
.euiCodeBlock__code { | ||||||
font-weight: $euiCodeFontWeightBold; | ||||||
} | ||||||
} |
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.
Added these to mainline as well without changing their values. Felt like we needed the separation.