diff options
| author | Bobby <[email protected]> | 2023-06-06 00:27:53 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-06-06 00:27:53 -0400 |
| commit | a6b9438bb485019c3cf066bb021cb792117795aa (patch) | |
| tree | f80b0b9c9c7eb3967258eb96a76415423e9db5ea /static/css | |
| parent | 27c29e7084d13960eb692aff87cdc91e53fc4809 (diff) | |
| download | thatcomputerscientist-a6b9438bb485019c3cf066bb021cb792117795aa.tar.xz thatcomputerscientist-a6b9438bb485019c3cf066bb021cb792117795aa.zip | |
Lights Dim Full Page on Desktop; Added Blind Mode
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/phone_compatibility.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/static/css/phone_compatibility.css b/static/css/phone_compatibility.css index d26ba439..3bf27e48 100644 --- a/static/css/phone_compatibility.css +++ b/static/css/phone_compatibility.css @@ -187,13 +187,17 @@ I am not sure yet. padding-left: 10px; } - #article-body p, + /* #article-body p, #article-body ul, #article-body ol, #article-body blockquote, #article-body pre, #article-body table { - font-size: 12px !important; + font-size: 13px; + } */ + + #article-body { + font-size: 13px; } #article-body img { |
