1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Remove font from web interface

This commit is contained in:
Unrud 2017-06-01 16:10:17 +02:00
parent 43ac218243
commit f715f0ba8a
6 changed files with 1 additions and 217 deletions

View file

@ -1,5 +1,4 @@
@import url(fonts.css);
body { background: #e4e9f6; color: #424247; display: flex; flex-direction: column; font-family: Roboto, sans; font-size: 14pt; line-height: 1.4; margin: 0; min-height: 100vh; }
body { background: #e4e9f6; color: #424247; display: flex; flex-direction: column; font-size: 14pt; line-height: 1.4; margin: 0; min-height: 100vh; }
a { color: inherit; }