mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
7 lines
176 B
CSS
7 lines
176 B
CSS
|
|
:root {
|
||
|
|
--body-font-size: calc(14.2px * 1.1);
|
||
|
|
--block-font-size: calc(14.4px * 1.1);
|
||
|
|
--code-font-size: calc(14px * 1.1);
|
||
|
|
--nav-font-size: calc(13.4px * 1.1);
|
||
|
|
}
|