Merge pull request #98 from fossunited/remove-primary-color-from-app
fix: removed primary color from app
This commit is contained in:
@@ -23,8 +23,6 @@
|
|||||||
--cta-color: var(--c4);
|
--cta-color: var(--c4);
|
||||||
--send-message: var(--c7);
|
--send-message: var(--c7);
|
||||||
--received-message: var(--c8);
|
--received-message: var(--c8);
|
||||||
|
|
||||||
--primary-color: #08B74F !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@primary-color: #08B74F;
|
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin: 20px 0px;
|
margin: 20px 0px;
|
||||||
color: black;
|
color: black;
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
/* Define all your css variables here. */
|
/* Define all your css variables here. */
|
||||||
:root {
|
:root {
|
||||||
--primary-color: #08B74F;
|
|
||||||
--tag-color: #737373;
|
--tag-color: #737373;
|
||||||
--sidebar-bg: #F6F6F6;
|
--sidebar-bg: #F6F6F6;
|
||||||
--sidebar-border: #C4C4C4;
|
--sidebar-border: #C4C4C4;
|
||||||
|
|||||||
Reference in New Issue
Block a user