Skip to content
Snippets Groups Projects
Commit 0f9789fa authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Rename colors

parent 119d3560
Branches
Tags
No related merge requests found
......@@ -17,7 +17,7 @@ input {
box-sizing: border-box;
padding: 0 10px 0 5px;
width: 100%;
background-color: var(--light);
background-color: var(--primary-variant);
border: none;
outline: none;
min-height: 60px;
......@@ -27,7 +27,7 @@ input {
#search-container {
border-radius: 5px;
background-color: var(--light);
background-color: var(--primary-variant);
margin-bottom: 10px;
}
......
export const dark = {
'--primary' : '#37474F',
'--light': '#455a64',
'--primary-variant': '#455a64',
'--accent': '#FFE0B2',
'--secondary': '#FFE0B2',
'--background': '#616161',
'--background-2': '#757575',
......
export const defaultTheme = {
'--primary' : '#4DB6AC',
'--light': '#80cbc4',
'--primary-variant': '#80cbc4',
'--accent': '#FFE0B2',
'--secondary': '#FFE0B2',
'--background': '#B2DFDB',
'--background-2': '#BBDEFB',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment