summaryrefslogtreecommitdiffstats
path: root/cgit.css
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css49
1 files changed, 36 insertions, 13 deletions
diff --git a/cgit.css b/cgit.css
index 43465d1..d6f2d03 100644
--- a/cgit.css
+++ b/cgit.css
@@ -115,23 +115,29 @@ table#header td.logo a {
}
table#header td.logo img {
- height: 40px;
- width: 40px;
- min-width: 40px;
+ height: 64px;
+ width: 64px;
+ min-width: 64px;
display: block;
}
table#header td.main {
padding-left: 16px;
-}
-
-table#header td.main a {
font-family: 'Oxanium', monospace;
font-weight: 700;
- font-size: 22px;
+ font-size: 64px;
color: var(--accent);
letter-spacing: 0.03em;
- text-decoration: none;
+ line-height: 1;
+ text-transform: uppercase;
+}
+
+table#header td.main a {
+ color: var(--accent);
+ text-decoration: underline;
+ text-decoration-color: rgba(168, 85, 247, 0.4);
+ text-underline-offset: 4px;
+ text-transform: capitalize;
}
table#header td.main a:hover {
@@ -140,7 +146,7 @@ table#header td.main a:hover {
table#header td.sub {
font-family: 'IBM Plex Sans', sans-serif;
- font-size: 14px;
+ font-size: 20px;
color: var(--text-dim);
padding-left: 24px;
}
@@ -149,6 +155,13 @@ table#header td.sub a {
color: var(--text-dim);
}
+table#header td.sub.right {
+ color: var(--accent2);
+ font-size: 14px;
+ text-align: right;
+ padding-right: 16px;
+}
+
table#header td.form {
text-align: right;
padding-right: 32px;
@@ -456,13 +469,13 @@ td.reposection {
font-family: 'JetBrains Mono', monospace !important;
font-size: 13px !important;
font-weight: 700 !important;
- color: var(--accent) !important;
+ color: var(--accent2) !important;
letter-spacing: 0.08em;
text-align: left !important;
}
td.reposection::before {
- content: '# ';
+ content: '// ';
opacity: 0.6;
}
@@ -1350,8 +1363,18 @@ table.list td a[href*="/refs/"] {
padding-left: 16px;
}
- table#header td.main a {
- font-size: 18px;
+ table#header td.main {
+ font-size: 32px;
+ }
+
+ table#header td.sub {
+ font-size: 16px;
+ }
+
+ table#header td.logo img {
+ height: 40px;
+ width: 40px;
+ min-width: 40px;
}
table#header td.form {