design: no more ugly outlined style for input

This commit is contained in:
Julien Calixte
2024-12-29 01:30:34 +01:00
parent 7b19e71145
commit cc783ff111
2 changed files with 8 additions and 3 deletions

View File

@@ -84,6 +84,10 @@ a {
font-size: 1em;
}
.input:focus {
outline-style: none;
}
@media print {
html,

View File

@@ -30,12 +30,13 @@ module.exports = {
typography: () => ({
DEFAULT: {
css: {
'font-size': '15pt',
'font-size': '12pt',
'font-family': '"Courier Prime", monospace',
...defaultTitleStyles,
p: {
'margin-top': '0.8em',
'margin-bottom': '0.8em'
'margin-bottom': '0.8em',
'text-align': 'justify'
},
img: {
'margin-top': 0,