From 0c80e2e66f112360c328137ee948565039b6427c Mon Sep 17 00:00:00 2001 From: Austin Date: Sun, 18 Feb 2018 11:55:46 -0600 Subject: [PATCH] fix: update title background #398 --- src/styles/_api-theme.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/styles/_api-theme.scss b/src/styles/_api-theme.scss index 7e39b3078..b589c815d 100644 --- a/src/styles/_api-theme.scss +++ b/src/styles/_api-theme.scss @@ -9,10 +9,6 @@ $foreground: map-get($theme, foreground); $is-dark-theme: map-get($theme, is-dark); - .docs-api-method-name-cell { - color: mat-color($primary, 800); - } - .docs-api-method-returns-type, .docs-api-method-parameter-type { color: mat-color($primary, darker);