added fundamentals

This commit is contained in:
Jack 2020-10-21 17:37:59 +01:00
parent 689fb8e27c
commit b226fff79b
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,15 @@
:root {
--bg-color: #cac4be;
--main-color: #7fa482;
--caret-color: #196378;
--sub-color: #727474;
--text-color: #131313;
--error-color: #5e477c;
--error-extra-color: #413157;
--colorful-error-color: #5e477c;
--colorful-error-extra-color: #413157;
}
#top .logo .bottom {
color: #196378;
}

View file

@ -403,5 +403,10 @@
"name": "paper",
"bgColor": "#eeeeee",
"textColor": "#444444"
},
{
"name": "fundamentals",
"bgColor": "#727474",
"textColor": "#196378"
}
]