mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 09:45:32 +00:00
Did a lot of styling on letter & register view; introduced a new accent color. Added scroll and submit vutton, TODO style submit button
This commit is contained in:
@@ -31,7 +31,16 @@ module.exports = {
|
||||
extend: {
|
||||
colors: {
|
||||
'hamannHighlight': '#d80000',
|
||||
'hamannLightHighlight': '#cc7878'
|
||||
'hamannLightHighlight': '#cc7878',
|
||||
'hamannSlate': {
|
||||
50: '#6A829E',
|
||||
100: '#416C9E',
|
||||
200: '#3F8FEB',
|
||||
300: '#3270B8',
|
||||
500: '#2B619E',
|
||||
700: '#1E4570',
|
||||
900: '#173557'
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user