aboutsummaryrefslogtreecommitdiff
path: root/static (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-03CSS: Remove Comic SansRunxi Yu1-4/+0
It was originally supposed to be an OpenBSD joke but there are a few readability issues...
2025-03-31Replace FileContributor with FileCopyrightTextRunxi Yu2-4/+4
2025-03-31Unify font sizesRunxi Yu1-6/+1
2025-03-31Add branches pageRunxi Yu1-1/+1
2025-03-31Proper tabs on repo indexRunxi Yu1-11/+61
2025-03-31Mandoc moreRunxi Yu1-369/+0
2025-03-31Add repo tab navigation to all pagesRunxi Yu1-0/+2
2025-03-30mandoc in Makefile and forge.5Runxi Yu1-0/+369
2025-03-30Fix tabs lookRunxi Yu1-2/+2
2025-03-30Add basic tabs to repo indexRunxi Yu1-1/+31
2025-03-30Ignore static/index.htmlRunxi Yu1-0/+2
2025-03-25Further remove .rounded and .rounded-footedRunxi Yu1-36/+0
2025-03-25Remove round corners for nowRunxi Yu1-4/+0
2025-03-25Responsive grid for commit and repo infoRunxi Yu1-0/+77
2025-03-25Better nav barRunxi Yu1-4/+33
2025-03-21Add a "Proper" 404 pageRunxi Yu1-0/+11
2025-03-17Revert "Comic Sans"Runxi Yu1-1/+1
This reverts commit 254b86d5f486605582f0f4640e046b4a7a0a9c30.
2025-03-16Comic SansRunxi Yu1-1/+1
2025-03-13css: Make the chunk addition/deletion/etc colors slightly sanerRunxi Yu1-4/+4
2025-03-10css, html: Fix for multi-row headers and footersRunxi Yu1-13/+19
2025-03-10css, html: Rounded cornersRunxi Yu1-1/+33
2025-03-10css: Make --danger-color actually redRunxi Yu1-2/+2
2025-03-07css: Don't bold table headers unless it's a .title-rowRunxi Yu1-0/+4
2025-03-07repo/index: Emit warning when path contains newlineRunxi Yu1-0/+8
2025-03-07css: Add outline to select:activeRunxi Yu1-0/+3
2025-03-06group/index: Allow repo creation via webRunxi Yu1-0/+16
2025-03-06*: Support subgroups via SQL recursionRunxi Yu1-0/+3
2025-03-06css: *:focus-visible: outline colorRunxi Yu1-0/+4
2025-03-05css: Don't make the arrow so largeRunxi Yu1-1/+1
2025-03-05css: Add arrow to diffs in commit viewluk3yx1-0/+14
This makes it clearer that they can be clicked on. I'm only really doing this because I wanted to try out the merge request thing, feel free to reject it if you don't want it.
2025-03-05css: Fix copyright linesRunxi Yu2-3/+3
2025-03-03Add SPDX license headers to Makefile, SQL, and CSSRunxi Yu2-0/+10
2025-02-19css: Fix button text colorsRunxi Yu1-5/+5
2025-02-19css: .commit-id { work-break: break-word; }Runxi Yu1-0/+1
2025-02-18Revert "style.css: Make it more concise"Runxi Yu1-35/+69
This reverts commit ff7e33a9c443fd49a67664d01e50655cc1dc58d3. Broke too much stuff.
2025-02-18Revert "style.css: Fix .chunk-addition"Runxi Yu1-5/+3
This reverts commit 9f19bcb50de2ced13a22bbe44078d8a47bf9ce41.
2025-02-18style.css: Fix .chunk-additionRunxi Yu1-3/+5
2025-02-17style.css: Make it more conciseRunxi Yu1-69/+35
2025-02-17style.css: :focus -> :focus-visibleRunxi Yu1-3/+3
Users who actually click on the header label won't get that focus outline any more. It's still provided for keyboard users, for whom the outline may be necessary for accessibility. References: https://stackoverflow.com/questions/31402576
2025-02-17style.css: Reformat and improve checkbox accessibilityRunxi Yu1-10/+19
Previously the expandable checkboxes were { display: none; } which made them impossible to focus via the keyboard. Here we change it to { opacity: 0; position: absolute; }, so it becomes keyboard-focusable. Then we add an outline to the <label> when the checkbox is focused so users could visually identify that the checkbox has been focused.
2025-02-15style.css: break-word for #readmeRunxi Yu1-0/+5
Some browsers (chromium and webkit ones, it seems) don't break lines when they encounter a long token without spaces, such as long URLs. This causes the hbox to be overfull and it'll start scrolling which is annoying.
2025-02-14style.css: Use --lighter-box-background-color for title rowsRunxi Yu1-1/+1
2025-02-14style.css: Shrink font-size a bit for monospace componentsRunxi Yu1-1/+1
2025-02-14style.css, repo_index: Use div, not table, for expandablesRunxi Yu1-30/+43
2025-02-14reop_commit: Fix immediate newlines after <pre>Runxi Yu1-4/+4
2025-02-14style.css: Categorize CSS statementsRunxi Yu1-4/+32
2025-02-13style.css: Wider title-row specificationRunxi Yu1-1/+1
2025-02-13repo_tree_file: Add paddingRunxi Yu1-0/+3
2025-02-13_header.html: Format the main headerRunxi Yu1-0/+19
2025-02-13login: Stub login pageRunxi Yu1-1/+72