dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 17f672d68914d6cb86fddb427aae4a64984801ee
parent 6e15fcf1166e81d8c2004a62e3355a16dafd0520
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 10 Apr 2019 09:39:31 +0200

Increase font size

Diffstat:
M.w3m/style.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.w3m/style.css b/.w3m/style.css @@ -9,7 +9,7 @@ body { font-family: "Helvetica", "Arial", sans-serif; line-height: 1.5; padding 4em 1em; - font-size: 12px; + font-size: 13px; overflow-y: scroll; -webkit-text-size-adjust: 300%; }