Revert "Define background colors with transparency"

This reverts commit b6a4acd57d.

Reason for revert: https://imgur.com/nTIFuiL

Change-Id: I308da684c1105122aa99d8481a41ac426d584c79
This commit is contained in:
Tao Zhou
2020-01-12 14:31:40 +00:00
parent b6a4acd57d
commit dd993bab65
2 changed files with 4 additions and 4 deletions

View File

@@ -43,8 +43,8 @@ html {
/* background colors */
/* primary background colors */
--background-color-primary: #ffffff;
--background-color-secondary: rgba(0, 0, 0, 0.025);
--background-color-tertiary: rgba(0, 0, 0, 0.05);
--background-color-secondary: #f8f9fa;
--background-color-tertiary: #f1f3f4;
/* directly derived from primary background colors */
--chip-background-color: var(--background-color-tertiary);
--default-button-background-color: var(--background-color-primary);

View File

@@ -43,8 +43,8 @@ limitations under the License.
/* background colors */
/* primary background colors */
--background-color-primary: #202124;
--background-color-secondary: rgba(255, 255, 255, 0.05);
--background-color-tertiary: rgba(255, 255, 255, 0.1);
--background-color-secondary: #2f3034;
--background-color-tertiary: #3b3d3f;
/* directly derived from primary background colors */
/* empty, because inheriting from app-theme is just fine
/* unique background colors */