Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
9008db0
feat(codeforces): init
ChakornK Nov 23, 2025
ac02b9b
fix: theme live contest information box
ChakornK Nov 23, 2025
1e256c1
fix: correct color for scores that have been accepted but are pending
ChakornK Nov 23, 2025
6700222
fix: add other colors related to live contest submission
ChakornK Nov 23, 2025
46ac5d4
fix: add verdict detail colors
ChakornK Nov 23, 2025
ab15629
fix: correct text input box color
ChakornK Nov 23, 2025
06822e6
refactor: follow linting rules
ChakornK Nov 23, 2025
6b9c464
fix: remove use of lighten and darken
ChakornK Nov 30, 2025
9dbba36
chore: fix formatting style in category list
ChakornK Dec 22, 2025
ff23073
fix: remove use of universal selector
ChakornK Dec 22, 2025
e7ebee6
fix: remove use of universal selector in table
ChakornK Dec 22, 2025
0f1d5de
fix: remove use of universal selector for flavor
ChakornK Dec 22, 2025
78b1b4d
fix: icon color
ChakornK Dec 28, 2025
954641d
fix: remove use of * selector in backLava styling
ChakornK Dec 28, 2025
7c4d95d
feat: style footer divider
ChakornK Dec 28, 2025
070c05d
fix: ensure green text with inline style is properly styled
ChakornK Dec 28, 2025
95111a2
feat: style text around user calendar
ChakornK Dec 28, 2025
036bfbe
fix: remove styling for upvote/downvote button
ChakornK Dec 28, 2025
43a6e68
fix: remove unneeded image styling and use built-in filters
ChakornK Dec 28, 2025
fdb24f1
fix: style code and quote blocks
ChakornK Dec 28, 2025
a0cfb48
fix: consistent link styling
ChakornK Dec 28, 2025
3f6978c
chore: format
ChakornK Jan 18, 2026
956fb32
fix: theme rating graph legend
ChakornK Jan 18, 2026
1ca969d
fix: remove "scroll to top" button background
ChakornK Jan 18, 2026
d60a259
fix: theme gray text
ChakornK Jan 18, 2026
4886580
feat: theme comment highlight
ChakornK Jan 22, 2026
0d7da6f
feat: style notification modal
ChakornK Mar 26, 2026
492fce2
feat: style rating pop-up notification
ChakornK Mar 26, 2026
d97d793
feat: style alert banner
ChakornK Mar 26, 2026
6872adb
fix: @transparent is not defined
ChakornK Mar 26, 2026
0d32594
feat: theme submission test result
ChakornK Apr 30, 2026
0f055d5
feat: style test result text
ChakornK Apr 30, 2026
e066f4a
feat: style problem solution status
ChakornK Apr 30, 2026
7300c8e
feat: rating surge notification
ChakornK Apr 30, 2026
80b0680
feat: submission code block
ChakornK Apr 30, 2026
f8d26fc
feat: dedicated code submission "copy code" button
ChakornK Apr 30, 2026
311b187
revert: duplicate rating surge notification styling
ChakornK Apr 30, 2026
e6b0cbe
feat: style ace editor according to codeforces theme
ChakornK Apr 30, 2026
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
8 changes: 8 additions & 0 deletions scripts/userstyles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ collaborators:
- &shnjd shnjd
- &zenoix zenoix
- &NekoDrone NekoDrone
- &ChakornK ChakornK

userstyles:
advent-of-code:
Expand Down Expand Up @@ -202,6 +203,13 @@ userstyles:
categories: [productivity, photo_and_video]
color: text
current-maintainers: [*kerichdev]
codeforces:
name: Codeforces
link: https://codeforces.com
categories: [education, discussion_forum]
icon: codeforces
color: blue
current-maintainers: [*ChakornK]
crates.io:
name: crates.io
link: https://crates.io
Expand Down
Loading
Loading