Skip to content

Commit ae00194

Browse files
author
Jani Giannoudis
committed
Fix logo opacity, brand spacing, badge alignment
1 parent fef7d9a commit ae00194

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

docfx/logo.svg

Lines changed: 2 additions & 2 deletions
Loading

docfx/templates/darkerfx/styles/main.css

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docfx/templates/darkerfx/styles/toggle-theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ document.addEventListener("DOMContentLoaded", function () {
2626
badge.style.cssText = [
2727
"position:absolute",
2828
"top:50%",
29-
"right:15px",
29+
"right:71px",
3030
"transform:translateY(-50%)",
3131
"font-size:.7rem",
3232
"font-weight:700",

0 commit comments

Comments
 (0)