1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-18 16:09:36 +02:00

text color update on base vars

This commit is contained in:
Marius 2021-07-29 17:56:38 +02:00
parent d2f0924b2a
commit 8575f7083e
5 changed files with 9 additions and 9 deletions

View File

@ -18,7 +18,7 @@
--link-color-hover: #fff;
--label-text-color: #fff;
--text:#eee;
--text:#bbb;
--text-hover: #fff;
--text-muted: #bbb;
--text-muted: #999;
}

View File

@ -18,7 +18,7 @@
--link-color-hover: #fff;
--label-text-color: black;
--text:#eee;
--text:#bbb;
--text-hover: #fff;
--text-muted: #999;
}

View File

@ -18,7 +18,7 @@
--link-color-hover: #fff;
--label-text-color: #fff;
--text:#eee;
--text:#bbb;
--text-hover: #fff;
--text-muted: #bbb;
--text-muted: #999;
}

View File

@ -21,7 +21,7 @@
--link-color-hover: #fff;
--label-text-color: #fff;
--text: #eee;
--text:#bbb;
--text-hover: #fff;
--text-muted: #bbb;
--text-muted: #999;
}

View File

@ -18,7 +18,7 @@
--link-color-hover: #9adfff;
--label-text-color: #fff;
--text: #eee;
--text:#bbb;
--text-hover: #fff;
--text-muted: #bbb;
--text-muted: #999;
}