diff --git a/components/autocomplete.vue b/components/autocomplete.vue index 3a0a936d8..6a32c306b 100644 --- a/components/autocomplete.vue +++ b/components/autocomplete.vue @@ -58,6 +58,7 @@ padding: 8px 16px; font-size: 16px; font-family: "Roboto Mono", monospace; + font-weight: 400; &:last-child { border-radius: 0 0 8px 8px; diff --git a/components/graphql/argument.vue b/components/graphql/argument.vue index 335381a41..d70f0d01c 100644 --- a/components/graphql/argument.vue +++ b/components/graphql/argument.vue @@ -4,18 +4,14 @@ {{ argName }} : - + - + diff --git a/components/graphql/field.vue b/components/graphql/field.vue index e717cca2c..b0fc403e5 100644 --- a/components/graphql/field.vue +++ b/components/graphql/field.vue @@ -4,14 +4,19 @@ {{ fieldName }} ( - - {{ field.name }}: - - , - + + {{ field.name }}: + + + , - ) - : + + ) : +
{{ gqlField.description }} @@ -20,7 +25,6 @@
DEPRECATED
-
@@ -49,7 +53,7 @@ - diff --git a/components/history.vue b/components/history.vue index 2b1acbfac..ad248c56f 100644 --- a/components/history.vue +++ b/components/history.vue @@ -298,6 +298,7 @@ ol li { top: 10px; right: 10px; font-family: "Roboto Mono", monospace; + font-weight: 400; background-color: transparent; padding: 2px 6px; border-radius: 8px;