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:
@@ -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);
|
||||
|
@@ -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 */
|
||||
|
Reference in New Issue
Block a user