This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


The following commit(s) were added to refs/heads/main by this push:
     new ad9eec8842 fixed the fill in diff theme of scroll svg (#1357)
ad9eec8842 is described below

commit ad9eec8842021b4e81e751a99ad218e043c36cd6
Author: Shashiranjan singh <[email protected]>
AuthorDate: Sun Dec 28 16:03:55 2025 +0530

    fixed the fill in diff theme of scroll svg (#1357)
---
 sphinx_airflow_theme/sphinx_airflow_theme/suggest_change_button.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sphinx_airflow_theme/sphinx_airflow_theme/suggest_change_button.html 
b/sphinx_airflow_theme/sphinx_airflow_theme/suggest_change_button.html
index 34d544e369..3d3cb4cfb6 100644
--- a/sphinx_airflow_theme/sphinx_airflow_theme/suggest_change_button.html
+++ b/sphinx_airflow_theme/sphinx_airflow_theme/suggest_change_button.html
@@ -39,7 +39,7 @@
             {% set github_link = 'https://' ~ 
github_host|default("github.com") ~ '/' ~  github_user ~ '/' ~ github_repo ~ 
'/' ~ theme_vcs_pageview_mode|default("blob") ~ '/' ~  github_version ~ 
conf_py_path ~ pagename ~ suffix %}
         {% endif %}
         <div class="base-layout--button fade-target">
-            <button class="btn-hollow btn-brown with-box-shadow"
+            <button class="btn-hollow btn-brown with-box-shadow btn-with-icon"
             onclick="window.scrollTo({ top: 0, behavior: 'smooth' });"
             aria-label="Scroll to top"
             >

Reply via email to