Skip to content

Commit 50cdad4

Browse files
Copilotmjcheetham
andauthored
Fix Bitbucket dark mode footer-logo background
Agent-Logs-Url: https://github.com/git-ecosystem/git-credential-manager/sessions/132c1df8-8b2a-4889-829a-816416100c64 Co-authored-by: mjcheetham <5658207+mjcheetham@users.noreply.github.com>
1 parent 95502ae commit 50cdad4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/shared/Atlassian.Bitbucket/BitbucketResources.resx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
.aui-page-panel, .aui-page-panel-inner, .aui-page-panel-content { background: #161B22 !important; color: #C9D1D9 !important; border-color: #30363D !important; }
3434
h1, h2, h3, h4, h5, h6, p { color: #C9D1D9 !important; }
3535
a { color: #58A6FF !important; }
36+
#footer, #footer-logo { background: #0D1117 !important; color: #C9D1D9 !important; }
3637
}
3738
</style>
3839
</head>
@@ -73,6 +74,7 @@
7374
.aui-page-panel, .aui-page-panel-inner, .aui-page-panel-content {{ background: #161B22 !important; color: #C9D1D9 !important; border-color: #30363D !important; }}
7475
h1, h2, h3, h4, h5, h6, p, dt, dd {{ color: #C9D1D9 !important; }}
7576
a {{ color: #58A6FF !important; }}
77+
#footer, #footer-logo {{ background: #0D1117 !important; color: #C9D1D9 !important; }}
7678
}}
7779
</style>
7880
</head>

0 commit comments

Comments
 (0)