diff options
| author | Fuwn <[email protected]> | 2023-09-12 19:50:27 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-12 19:50:27 -0700 |
| commit | 2945a781d3f0196fc6e00f77916b3d87f799e4b3 (patch) | |
| tree | 49868d4c5404e9250b8d0f4746d2559a12ceea3c /css | |
| parent | fix(html): reorder local override (diff) | |
| download | startpage-2945a781d3f0196fc6e00f77916b3d87f799e4b3.tar.xz startpage-2945a781d3f0196fc6e00f77916b3d87f799e4b3.zip | |
feat(html): manga section
Diffstat (limited to 'css')
| -rw-r--r-- | css/index.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/css/index.css b/css/index.css index 081900c..fd82cdd 100644 --- a/css/index.css +++ b/css/index.css @@ -51,11 +51,7 @@ body { border: 1px solid var(--color1); } -.media-links, -.schedule-links, -.school-links, -.code-links, -.weeb-links { +.link-collection { border-bottom: 1px solid var(--color1); padding-bottom: 10px; margin-bottom: 5px; |