Adds a --color-super-raised-bg var. (#42)

* Adds card-divider and table styles.

* Adds parent table class. Adds button-span fix.

* Adds super-raised-bg vars.

* Changes super-raised var to use own value for light-mode.

* Removes erroneous var.
This commit is contained in:
Zach Baird
2023-04-21 14:41:06 -04:00
committed by GitHub
parent b329a44fef
commit 5244642dee
2 changed files with 3 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ html {
.light {
--color-bg: #e5e7eb;
--color-raised-bg: #ffffff;
--color-super-raised-bg: #e9e9e9;
--color-button-bg: hsl(220, 13%, 91%);
--color-base: hsl(221, 39%, 11%);
@@ -59,6 +60,7 @@ html {
.dark {
--color-bg: #16181c;
--color-raised-bg: #26292f;
--color-super-raised-bg: #40434a;
--color-button-bg: hsl(222, 13%, 30%);
--color-base: var(--dark-color-base);

View File

@@ -1,7 +1,7 @@
{
"name": "omorphia",
"type": "module",
"version": "0.4.7",
"version": "0.4.8",
"files": [
"dist"
],