Design tweaks, font changes and coloring

This commit is contained in:
Moris Zen
2018-08-23 17:14:43 +02:00
parent 2df21e68ea
commit 5cefa3e8d0
12 changed files with 153 additions and 92 deletions

View File

@@ -45,7 +45,7 @@ View the full documentation at https://tailwindcss.com.
let colors = {
transparent: 'transparent',
black: '#111111',
black: '#2d2d2d',
'black-light': '#333333',
'grey-darkest': '#3d4852',
'grey-darker': '#606f7b',
@@ -191,6 +191,22 @@ module.exports = {
fonts: {
sans: [
'Roboto',
'system-ui',
'BlinkMacSystemFont',
'-apple-system',
'Segoe UI',
'Roboto',
'Oxygen',
'Ubuntu',
'Cantarell',
'Fira Sans',
'Droid Sans',
'Helvetica Neue',
'sans-serif',
],
text: [
'Roboto Condensed',
'system-ui',
'BlinkMacSystemFont',
'-apple-system',
@@ -224,7 +240,7 @@ module.exports = {
'Courier New',
'monospace',
],
body: ['Open Sans'],
body: ['roboto-condensed'],
},
/*