1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Electron: Fixed prompt dialog font

This commit is contained in:
Laurent Cozic 2018-06-14 09:04:58 +01:00
parent 13525f3327
commit 979b0c0e78

View File

@ -73,4 +73,8 @@ table td, table th {
background-color: rgba(0,0,0,0.10) !important;
border: 1px solid rgba(0,0,0,0.15);
border-radius: 5px;
}
.smalltalk {
font-family: sans-serif;
}