diff --git a/src/components/ConstantReference.module.scss b/src/components/ConstantReference.module.scss index 371c3175b..e9d09f331 100644 --- a/src/components/ConstantReference.module.scss +++ b/src/components/ConstantReference.module.scss @@ -1,5 +1,5 @@ .container { - color: var(--color-neutrals-600); + color: var(--secondary-text-color); font-size: 0.875rem; &:not(:last-child) { diff --git a/src/components/MethodReference.module.scss b/src/components/MethodReference.module.scss index 033a471d0..01b6f7e10 100644 --- a/src/components/MethodReference.module.scss +++ b/src/components/MethodReference.module.scss @@ -5,6 +5,10 @@ color: var(--color-teal-500); background: var(--color-teal-050); margin-bottom: 1rem; + + :global(.dark-mode) & { + background: var(--color-teal-100); + } } .description {