latest fix
This commit is contained in:
parent
54b2525029
commit
8d294a8141
1714
public/main.css
Normal file
1714
public/main.css
Normal file
File diff suppressed because it is too large
Load Diff
@ -4,6 +4,19 @@ module.exports = {
|
||||
content: ["./src/app/views/**/*.{zmpl,html,js}", "./src/main.zig"],
|
||||
theme: {
|
||||
extend: {
|
||||
typography: ({ theme }) => ({
|
||||
DEFAULT: {
|
||||
css: {
|
||||
color: theme('colors.gray.800'),
|
||||
a: { color: theme('colors.blue.600') },
|
||||
pre: { backgroundColor: theme('colors.gray.100') },
|
||||
blockquote: {
|
||||
borderLeftColor: theme('colors.yellow.400'),
|
||||
fontStyle: 'italic',
|
||||
}
|
||||
}
|
||||
}
|
||||
}),
|
||||
colors: {
|
||||
win7: {
|
||||
bg: '#eaf3ff', // Background base
|
||||
@ -21,20 +34,7 @@ module.exports = {
|
||||
},
|
||||
fontFamily: {
|
||||
sans: ['"Segoe UI"', 'Tahoma', 'Geneva', 'Verdana', 'sans-serif'],
|
||||
},
|
||||
},
|
||||
typography: ({ theme }) => ({
|
||||
DEFAULT: {
|
||||
css: {
|
||||
color: theme('colors.gray.800'),
|
||||
a: { color: theme('colors.blue.600') },
|
||||
pre: { backgroundColor: theme('colors.gray.100') },
|
||||
blockquote: {
|
||||
borderLeftColor: theme('colors.yellow.400'),
|
||||
fontStyle: 'italic',
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user