ncthbrt / nact.xyz

Site for nact documentation
https://nact.xyz
MIT License
10 stars 15 forks source link

Code blocks are difficult to read, at least on Firefox #33

Closed robertgr991 closed 4 years ago

robertgr991 commented 4 years ago

Hello,

Code blocks are rather difficult to read, especially on Firefox(78.0.2). Here is a screen capture(I've included normal text to show the contrast):

capture_nact_1

On Chrome they are a little more readable(perhaps Firefox interprets that font a little different), but still looks like the font size is too small.

I suggest adding a font-size: 1.15rem for code blocks, this way you can easily read them. Here is a screen capture with this change applied(Firefox):

capture_nact_3

ncthbrt commented 4 years ago

Hi @robertgr991 Thanks for the feedback.

ncthbrt commented 4 years ago

I've updated the styling. Just need to do a deploy

ncthbrt commented 4 years ago

Deployed. Thanks @robertgr991