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);
|
||||
--send-message: var(--c7);
|
||||
--received-message: var(--c8);
|
||||
|
||||
--primary-color: #08B74F !important;
|
||||
}
|
||||
|
||||
body {
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
@primary-color: #08B74F;
|
||||
|
||||
h2 {
|
||||
margin: 20px 0px;
|
||||
color: black;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
/* Define all your css variables here. */
|
||||
:root {
|
||||
--primary-color: #08B74F;
|
||||
--tag-color: #737373;
|
||||
--sidebar-bg: #F6F6F6;
|
||||
--sidebar-border: #C4C4C4;
|
||||
|
||||
Reference in New Issue
Block a user