Drop all mentions of vizia point scale

It does use pixels instead of points.
This commit is contained in:
Robbert van der Helm
2022-11-11 16:21:19 +01:00
parent 884683a190
commit 922a81f654
5 changed files with 9 additions and 22 deletions

View File

@@ -3,7 +3,6 @@
:root {
background-color: #fafafa;
color: #0a0a0a;
/* VIZIA uses points instead of pixels, this is 20px */
font-size: 15;
}