forked from didirus/AstralRinth
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:
@@ -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);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "omorphia",
|
||||
"type": "module",
|
||||
"version": "0.4.7",
|
||||
"version": "0.4.8",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user