|
|
|
|
|
by pmontra
987 days ago
|
|
> why is the font blurry? My poor eyes 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: @media (prefers-color-scheme: dark) {body, a, a:visited {
color: #feec7c; background-color: #1e0708;
text-shadow: 0 0 3px #fde02d, 0 0 12px #b74312;}}
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. |
|