diff --git a/assets/styles/base/_typography.scss b/assets/styles/base/_typography.scss index 5a6e79aed8..bbe8468180 100644 --- a/assets/styles/base/_typography.scss +++ b/assets/styles/base/_typography.scss @@ -45,6 +45,7 @@ H6 { P { font-size: 1.4em; + line-height: 1.75em; font-weight: 400; font-style: normal; letter-spacing: 0em; diff --git a/assets/styles/themes/_dark.scss b/assets/styles/themes/_dark.scss index 81c432cee8..5025dc058e 100644 --- a/assets/styles/themes/_dark.scss +++ b/assets/styles/themes/_dark.scss @@ -55,7 +55,7 @@ --scrollbar-thumb-dropdown : #{$darker}; --disabled-bg : #{$disabled}; --header-bg : #{$dark}; - --box-bg : #{$darker}; + --box-bg : #{$darkest}; --border : #{$medium}; --nav-select : #{$darker}; diff --git a/components/ResourceYaml.vue b/components/ResourceYaml.vue index d130b43cc1..2f0583decc 100644 --- a/components/ResourceYaml.vue +++ b/components/ResourceYaml.vue @@ -279,16 +279,6 @@ export default { {{ schema.attributes.kind }} : {{ obj.id }} -

- - - - -

+
+ + + + +

GitHub Integration, Part Deux

-

+

Who should be able to login?

@@ -551,7 +551,9 @@ export default {