This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/main by this push:
new b1776e7 Use a lighter theme with a gentle skeuomorphic gradient
b1776e7 is described below
commit b1776e7fd18ba478924dfb2174caabf66e3b0fc1
Author: Sean B. Palmer <[email protected]>
AuthorDate: Wed Dec 10 16:10:18 2025 +0000
Use a lighter theme with a gentle skeuomorphic gradient
---
atr/static/css/atr.css | 14 ++++++++------
atr/templates/includes/topnav.html | 2 +-
2 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/atr/static/css/atr.css b/atr/static/css/atr.css
index a543923..7003c24 100644
--- a/atr/static/css/atr.css
+++ b/atr/static/css/atr.css
@@ -38,7 +38,8 @@ body {
}
.bg-info-light {
- background-color: #28265e !important;
+ /* background-color: #28265e !important; */
+ background-color: #ffffff !important;
}
.dropdown-menu {
@@ -88,6 +89,7 @@ html {
.navbar-ribbon {
position: relative;
+ box-shadow: 0 0 3rem rgb(0 0 0 / 25%);
}
.navbar-ribbon::after {
@@ -96,7 +98,7 @@ html {
left: 0;
bottom: 0;
width: 100%;
- height: 8px;
+ height: 6px;
background: linear-gradient(
90deg,
#282661 0%,
@@ -206,12 +208,12 @@ nav.navbar {
}
nav.navbar button, nav.navbar a.navbar-brand {
- color: #ffffff !important;
+ color: #000000 !important;
}
-nav.navbar button.navbar-toggler {
- background-color: #ffffff !important;
-}
+/* nav.navbar button.navbar-toggler {
+ background-color: #000000 !important;
+} */
label[for] {
font-weight: 450;
diff --git a/atr/templates/includes/topnav.html
b/atr/templates/includes/topnav.html
index 4524bbc..5d1ce12 100644
--- a/atr/templates/includes/topnav.html
+++ b/atr/templates/includes/topnav.html
@@ -3,7 +3,7 @@
aria-label="Fifth navbar example">
<div class="container-fluid">
<a class="navbar-brand" href="{{ as_url(get.root.index) }}">
- <img src="{{ static_url('svg/ASF_short-horizontal-white.svg') }}"
+ <img src="https://www.apache.org/images/ASF_short-horizontal-color.svg"
alt="The Apache Software Foundation"
class="asf-logo" />
<span class="trusted-releases">Trusted Releases</span>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]