Skip to content

Commit

Permalink
Revert branding
Browse files Browse the repository at this point in the history
  • Loading branch information
r59q committed May 27, 2024
1 parent 3f0e507 commit f341c25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion features.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"title": "ML-Machine",
"title": "Learning tool",
"knnModel": true
}
6 changes: 3 additions & 3 deletions windi.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ export default {
theme: {
extend: {
colors: {
primary: '#2B5EA7',
primary: '#3a3a3a',
primarytext: '#000000',
secondary: '#2CCAC0',
secondary: '#a0a0a0',
secondarytext: '#FFFFFF',
info: '#98A2B3',
backgrounddark: '#F5F5F5',
backgroundlight: '#ffffff',
infolight: '#93c5fd',
link: '#258aff',
warning: '#FF7777',
warning: '#ffaaaa',
disabled: '#8892A3',
primaryborder: '#E5E7EB',
infobglight: '#E7E5E4',
Expand Down

0 comments on commit f341c25

Please sign in to comment.