arXiv / html_feedback

Supports a student project developing a UI for feedback on arXiv articles rendered as html.
MIT License
17 stars 3 forks source link

font color inreadable in dark mode #1598

Open xukl opened 3 months ago

xukl commented 3 months ago

Description

when toggling on dark mode, the code selected (Listing 1) is almost invisible

(Optional:) Please add any files, screenshots, or other information here.

No response

(Required) What is this issue most closely related to? Select one.

Other

Internal issue ID

b46decb8-5808-42fd-a26b-d2cb8306bed7

Paper URL

https://arxiv.org/html/2406.09649v1

Browser

Firefox/127.0

Device Type

Desktop

html-feedback-bot[bot] commented 3 months ago

Location in document: lstnumberx11.1

Selected HTML:

1fn new_file() {

2 // Dentry<Free>
3 let d = Dentry::get_free_dentry();
4 // Inode<Free>
5 let i = Inode::get_free_inode();
6 // Dentry<Init>
7 let d = d.set_name("foo");
8 let d = d.commit_dentry(i);
9 ^! expected ‘Inode<Init>‘,
10 found ‘Inode<Free>‘
11}
github-actions[bot] commented 3 months ago

Hello @xukl, thanks for the issue report! We are reviewing your report and will address it as soon as possible.