diff options
| author | csalmeida <[email protected]> | 2015-07-19 23:41:07 +0100 |
|---|---|---|
| committer | csalmeida <[email protected]> | 2015-07-19 23:41:07 +0100 |
| commit | 5122cbb55c656e5bddde3be278caa4dd9e0faceb (patch) | |
| tree | 01025f2cdc0f7b96a1b40a284481239859359c66 | |
| parent | be8efbf4f20a2a65cbb476b93efddd0a76b9209e (diff) | |
| download | protonmail-themes-5122cbb55c656e5bddde3be278caa4dd9e0faceb.tar.xz protonmail-themes-5122cbb55c656e5bddde3be278caa4dd9e0faceb.zip | |
Update green_lume.css
Tweaked email list font size.
| -rw-r--r-- | Themes/v1.16/green_lume.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Themes/v1.16/green_lume.css b/Themes/v1.16/green_lume.css index 8d144e8..cf15684 100644 --- a/Themes/v1.16/green_lume.css +++ b/Themes/v1.16/green_lume.css @@ -132,7 +132,10 @@ body a { a:hover { color: #e01b2a; } - +/* Reading Mail*/ +#messages tbody { + font-size: 0.8rem; +} /* ICONS AND MAIL */ #primaryHeader #titleBar h1 { font-size: 0.9rem; |
