chiark / gitweb /
css: make code font size configurable from the theme.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 17 Jun 2018 09:52:18 +0000 (11:52 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 17 Jun 2018 11:06:50 +0000 (13:06 +0200)
commit51a29ba366214289ca710d8bc77ce1c732b27cfe
tree5f2f0e21f09dc577b4993a2659cd87277ad7c9ad
parent711fc77569faceb15fedb644124e3549fcfa2bc1
css: make code font size configurable from the theme.

Not every combination of font and monospace font works with scaling the
code to 0.9 -- the light theme has base font size only 14px and there
the code would be too small. Also use `em` instead of `rem` so it
follows surrounding text size.
css/m-components.css
css/m-dark+doxygen.compiled.css
css/m-dark.compiled.css
css/m-light+doxygen.compiled.css
css/m-light.compiled.css
css/m-theme-dark.css
css/m-theme-light.css