This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch maint-11.5 in repository torbutton.
The following commit(s) were added to refs/heads/maint-11.5 by this push: new 17569fee Bug 41364: Amend YEC 2022 styling 17569fee is described below
commit 17569feebb570762ab92f9a6031609f012197b04 Author: Henry Wilkes henry@torproject.org AuthorDate: Fri Oct 14 12:36:40 2022 +0100
Bug 41364: Amend YEC 2022 styling --- chrome/skin/aboutTor.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/chrome/skin/aboutTor.css b/chrome/skin/aboutTor.css index 5c75c1f0..b9f0d76f 100644 --- a/chrome/skin/aboutTor.css +++ b/chrome/skin/aboutTor.css @@ -11,7 +11,7 @@ --abouttor-bg-toroff-color: #A4000F; --abouttor-yec-page-bg-color: #0E0625; --abouttor-yec-heading-color: #C0FF00; - --abouttor-yec-heading-alt-color: #FF8AFF; + --abouttor-yec-heading-alt-color: #FF60FF; --abouttor-yec-button-color: #000000; --abouttor-yec-button-bg-color: #C0FF00; --abouttor-yec-button-hover-bg-color: #A8DF00; @@ -76,6 +76,10 @@ body:not([initialized]) { } }
+body[toron]:not([hasbeenupdated]).isYEC .torcontent-container { + margin-block-end: calc(28px + 4rem); +} + #torbrowser-info { position: absolute; top: 16px; @@ -172,6 +176,7 @@ body:not([showmanual]) .showForManual { grid-area: image-start / image-start / image-end / sub-headings-end; margin-inline: -25px; margin-top: 45px; + opacity: 0.8; }
.yec-foreground-image { @@ -180,6 +185,7 @@ body:not([showmanual]) .showForManual { align-self: end; margin-inline: -55px 25px; margin-block: 15px 10px; + mix-blend-mode: hard-light; }
.yec-foreground-image:dir(rtl) { @@ -193,7 +199,7 @@ body:not([showmanual]) .showForManual { color: var(--abouttor-yec-heading-color); line-height: 1.1; font-family: 'Space Mono', monospace; - font-weight: 700; + font-weight: 400; letter-spacing: -0.05em; }
@@ -210,6 +216,7 @@ body:not([showmanual]) .showForManual { font-family: 'Space Grotesk', sans-serif; font-size: 60px; letter-spacing: -0.05em; + mix-blend-mode: hard-light; }
.yec-sub-heading-2 {
tor-commits@lists.torproject.org