|
|
|
|
|
by clankyclanker
987 days ago
|
|
I agree with some of them, but why is the font blurry? My poor eyes. Replace show-trailing-whitespace with automatically-deleting-whitespace, though. (defun x/delete-whitespace ()
(unless (or (string= major-mode 'diff-mode)
(string= major-mode 'hexl-mode))
(delete-trailing-whitespace)))
(add-hook 'before-save-hook 'x/delete-whitespace)
|
|
They have basically no css on that site. You should be seeing the default font of your browser. However, if you are browsing in dark mode you should see these colors and a text-shadow:
Maybe that shadow is the blurriness you are experiencing. Unfortunately I can't check, I don't even know how to switch my browser to dark mode.