Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(rentry.co): init #1227

Open
wants to merge 37 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
c6e4b34
feat(rentry): init
thismoon Aug 15, 2024
afd9dea
fix(rentry): table background colors
thismoon Aug 15, 2024
dc7eed3
fix(rentry): fix linting issues
thismoon Aug 15, 2024
da5f71b
fix(rentry): add nesting
thismoon Aug 15, 2024
7f91058
fix(rentry): remove extra "transparent"
thismoon Aug 15, 2024
921c184
fix(rentry): optimize svgs
thismoon Aug 15, 2024
2c2ff14
fix(rentry): duplicate `.highlight` selector
thismoon Aug 15, 2024
4657b4a
fix(rentry): unthemed danger and success buttons
thismoon Aug 15, 2024
e6a35e5
fix(rentry): svg fill attribute placement
thismoon Aug 15, 2024
1509743
fix(rentry): selection background color in the code editor
thismoon Aug 15, 2024
8a9961b
fix(rentry): linting issues 2
thismoon Aug 15, 2024
1e1ec94
fix(rentry) syntax highlighting colors
thismoon Aug 15, 2024
6ed420d
fix(rentry): update rentry.co's name in userstyles.yml
thismoon Aug 22, 2024
2329770
fix(rentry.co): update name (`rentry` -> `rentry.co`)
thismoon Aug 22, 2024
e0197fe
fix(rentry.co): remove unnecessary `:root`
thismoon Aug 22, 2024
0d646f9
fix(rentry.co): organize syntax highlighting
thismoon Aug 22, 2024
6840b40
Merge branch 'main' into feat/rentry.co
uncenter Aug 23, 2024
9667827
add `!important` to `.cm` classes
thismoon Aug 23, 2024
66584e7
nesting
thismoon Sep 8, 2024
50bdad0
organize classes
thismoon Sep 8, 2024
344d0d4
organize classes 2
thismoon Sep 8, 2024
32319c4
add comments explaining table classes
thismoon Sep 8, 2024
c505e63
fix inline code color not applied correctly
thismoon Sep 11, 2024
e2570f7
theme theme-switcher button
thismoon Sep 11, 2024
3794e7a
unthemed save and delete buttons
thismoon Sep 11, 2024
99ab63c
optimize svgs
thismoon Sep 11, 2024
9643ad0
update url color
thismoon Sep 15, 2024
820ceac
update link color
thismoon Sep 15, 2024
89c8611
theme `.cm-tag`
thismoon Sep 15, 2024
bb19a45
recolor `.cm-tag` to blue
thismoon Sep 15, 2024
8c1c7f5
raise the specificity of `.cm-*` classes
thismoon Sep 15, 2024
de685ee
theme /exists pages
thismoon Sep 15, 2024
1838c0f
use pygments for syntax highlighting
thismoon Sep 15, 2024
4f24ae4
fix text color on focus
thismoon Sep 28, 2024
9e815a3
warning text
thismoon Sep 28, 2024
40935a0
publishing empty note error
thismoon Sep 28, 2024
ed0373c
modal header color
thismoon Sep 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions scripts/userstyles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,13 @@ userstyles:
app-link: "https://reddit.com"
current-maintainers: []
past-maintainers: [*jayylmao, *rubyowo]
rentry.co:
name: Rentry.co
categories: [productivity]
color: text
readme:
app-link: "https://rentry.co/"
current-maintainers: [*thismoon]
searxng:
name: SearXNG
categories: [search_engine]
Expand Down
Loading
Loading