aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-24 00:26:07 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-24 00:26:07 -0500
commita0a391d9c8adda39091625b69ae1521d4219cfe5 (patch)
tree57dd6dea3748a025dbd4a43486ad0dece50d7fcf /public
parent596d88b62e94e6f6a7b98fa6f5ef7893fbfe4e9b (diff)
downloadgitea-templates-a0a391d9c8adda39091625b69ae1521d4219cfe5.tar.gz
gitea-templates-a0a391d9c8adda39091625b69ae1521d4219cfe5.tar.bz2
gitea-templates-a0a391d9c8adda39091625b69ae1521d4219cfe5.zip
public/css/override: Compact table
Change table header color
Diffstat (limited to 'public')
-rw-r--r--public/css/override.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/css/override.css b/public/css/override.css
index d02c235..d0e75ed 100644
--- a/public/css/override.css
+++ b/public/css/override.css
@@ -57,8 +57,10 @@ a, .ui.breadcrumb a { color: #0366d6; }
.ui.label { color: #145180; font-weight: 400; font-size: 0.9rem !important; }
.ui.breadcrumb .divider { font-weight: 700; color: #000; }
+.ui.table td { padding: 0.57145rem; }
.ui.tabular.menu .item { color: #444; }
.ui.tabular.menu .active.item { border-top-width: 2px; font-weight: 400; }
+.ui.attached.header { background: #f9fafb; }
.repo-title .divider { margin: 0; }
.repo-topics, .ui.repo-description { display: none !important; }