aboutsummaryrefslogtreecommitdiff
path: root/static/style.css (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace FileContributor with FileCopyrightTextRunxi Yu2025-03-311-3/+3
* Unify font sizesRunxi Yu2025-03-311-6/+1
* Add branches pageRunxi Yu2025-03-311-1/+1
* Proper tabs on repo indexRunxi Yu2025-03-311-11/+61
* Add repo tab navigation to all pagesRunxi Yu2025-03-311-0/+2
* Fix tabs lookRunxi Yu2025-03-301-2/+2
* Add basic tabs to repo indexRunxi Yu2025-03-301-1/+31
* Further remove .rounded and .rounded-footedRunxi Yu2025-03-251-36/+0
* Remove round corners for nowRunxi Yu2025-03-251-4/+0
* Responsive grid for commit and repo infoRunxi Yu2025-03-251-0/+77
* Better nav barRunxi Yu2025-03-251-4/+33
* Add a "Proper" 404 pageRunxi Yu2025-03-211-0/+11
* Revert "Comic Sans"Runxi Yu2025-03-171-1/+1
* Comic SansRunxi Yu2025-03-161-1/+1
* css: Make the chunk addition/deletion/etc colors slightly sanerRunxi Yu2025-03-131-4/+4
* css, html: Fix for multi-row headers and footersRunxi Yu2025-03-101-13/+19
* css, html: Rounded cornersRunxi Yu2025-03-101-1/+33
* css: Make --danger-color actually redRunxi Yu2025-03-101-2/+2
* css: Don't bold table headers unless it's a .title-rowRunxi Yu2025-03-071-0/+4
* repo/index: Emit warning when path contains newlineRunxi Yu2025-03-071-0/+8
* css: Add outline to select:activeRunxi Yu2025-03-071-0/+3
* group/index: Allow repo creation via webRunxi Yu2025-03-061-0/+16
* *: Support subgroups via SQL recursionRunxi Yu2025-03-061-0/+3
* css: *:focus-visible: outline colorRunxi Yu2025-03-061-0/+4
* css: Don't make the arrow so largeRunxi Yu2025-03-051-1/+1
* css: Add arrow to diffs in commit viewluk3yx2025-03-051-0/+14
* css: Fix copyright linesRunxi Yu2025-03-051-1/+1
* Add SPDX license headers to Makefile, SQL, and CSSRunxi Yu2025-03-031-0/+5
* css: Fix button text colorsRunxi Yu2025-02-191-5/+5
* css: .commit-id { work-break: break-word; }Runxi Yu2025-02-191-0/+1
* Revert "style.css: Make it more concise"Runxi Yu2025-02-181-35/+69
* Revert "style.css: Fix .chunk-addition"Runxi Yu2025-02-181-5/+3
* style.css: Fix .chunk-additionRunxi Yu2025-02-181-3/+5
* style.css: Make it more conciseRunxi Yu2025-02-171-69/+35
* style.css: :focus -> :focus-visibleRunxi Yu2025-02-171-3/+3
* style.css: Reformat and improve checkbox accessibilityRunxi Yu2025-02-171-10/+19
* style.css: break-word for #readmeRunxi Yu2025-02-151-0/+5
* style.css: Use --lighter-box-background-color for title rowsRunxi Yu2025-02-141-1/+1
* style.css: Shrink font-size a bit for monospace componentsRunxi Yu2025-02-141-1/+1
* style.css, repo_index: Use div, not table, for expandablesRunxi Yu2025-02-141-30/+43
* reop_commit: Fix immediate newlines after <pre>Runxi Yu2025-02-141-4/+4
* style.css: Categorize CSS statementsRunxi Yu2025-02-141-4/+32
* style.css: Wider title-row specificationRunxi Yu2025-02-131-1/+1
* repo_tree_file: Add paddingRunxi Yu2025-02-131-0/+3
* _header.html: Format the main headerRunxi Yu2025-02-131-0/+19
* login: Stub login pageRunxi Yu2025-02-131-1/+72
* repo_index: Add clone instructionsRunxi Yu2025-02-121-1/+1
* style.css: Fix file content backgroundRunxi Yu2025-02-111-2/+5
* style.css: Better colors in dark mode, and add paddingRunxi Yu2025-02-111-0/+8
* repo_commit: Properly format patchsetsRunxi Yu2025-02-111-1/+30