aboutsummaryrefslogtreecommitdiff
path: root/templates/repo_index.html
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-10 19:57:46 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-10 19:57:46 +0800
commit8933705a095c7804c8d5b7c29d42ec7ec1e62c6c (patch)
treef07f9b46db5df0a090e8987541cccf84d5478d34 /templates/repo_index.html
parent*: Some simple styling with tables (diff)
downloadforge-8933705a095c7804c8d5b7c29d42ec7ec1e62c6c.tar.gz
forge-8933705a095c7804c8d5b7c29d42ec7ec1e62c6c.tar.zst
forge-8933705a095c7804c8d5b7c29d42ec7ec1e62c6c.zip
repo_{index,tree_dir}.html, style.css: Darker table title row
Diffstat (limited to 'templates/repo_index.html')
-rw-r--r--templates/repo_index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/repo_index.html b/templates/repo_index.html
index 72fec06..bc29cf1 100644
--- a/templates/repo_index.html
+++ b/templates/repo_index.html
@@ -9,7 +9,7 @@
<div class="padding-wrapper">
<table id="recent-commits">
<thead>
- <tr>
+ <tr class="title-row">
<th colspan="4">Recent Commits</th>
</tr>
<tr>
@@ -38,7 +38,7 @@
<div class="padding-wrapper">
<table id="file-tree">
<thead>
- <tr>
+ <tr class="title-row">
<th colspan="3">/ on {{ .ref }}</th>
</tr>
<tr>
@@ -67,7 +67,7 @@
{{ if .readme }}
<table id="readme">
<thead>
- <tr>
+ <tr class="title-row">
<th>
README.md
</th>