Merge pull request 'Fix dark-mode JRCC logo (white + transparent)' (#76) from fix/jrcc-dark-logo-transparent into master
CI / skip-ci-check (push) Successful in 29s
CI / python-lint (push) Successful in 31s
CI / docker-ci (push) Successful in 31s
CI / secret-scan (push) Successful in 34s
CI / e2e (push) Successful in 4m30s
CI / viewer-unit (push) Successful in 4m37s
CI / admin-unit (push) Successful in 4m51s
CI / skip-ci-check (push) Successful in 29s
CI / python-lint (push) Successful in 31s
CI / docker-ci (push) Successful in 31s
CI / secret-scan (push) Successful in 34s
CI / e2e (push) Successful in 4m30s
CI / viewer-unit (push) Successful in 4m37s
CI / admin-unit (push) Successful in 4m51s
This commit was merged in pull request #76.
This commit is contained in:
@@ -308,8 +308,8 @@ export default function StylesPickerClient() {
|
||||
bilingual JRCC mark (`jrcc-logo-light.png`)
|
||||
</li>
|
||||
<li>
|
||||
<strong className="text-foreground">Dark mode header:</strong> white + blue/gold
|
||||
mark (`jrcc-logo-dark.png`)
|
||||
<strong className="text-foreground">Dark mode header:</strong> white bilingual
|
||||
mark on transparent (`jrcc-logo-dark.png`)
|
||||
</li>
|
||||
<li>
|
||||
<strong className="text-foreground">Photo watermark:</strong> translucent JRCC
|
||||
|
||||
@@ -25,7 +25,7 @@ type JrccLogoProps = {
|
||||
|
||||
/**
|
||||
* JRCC wordmark that swaps light/dark assets after hydration.
|
||||
* Light: black bilingual classic. Dark: white + blue/gold mark.
|
||||
* Light: black bilingual classic (transparent). Dark: white bilingual (transparent).
|
||||
*/
|
||||
export function JrccLogo({
|
||||
className,
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
| File | Use |
|
||||
|------|-----|
|
||||
| `jrcc-logo-light.png` | Top-left header in **light** mode (classic B&W bilingual) |
|
||||
| `jrcc-logo-dark.png` | Top-left header in **dark** mode (white + blue/gold) |
|
||||
| `jrcc-logo-dark.png` | Top-left header in **dark** mode (white bilingual, transparent) |
|
||||
| `jrcc-watermark.png` | Diagonal guest watermark on photos |
|
||||
| `../logo.png` | SSR / fallback copy of the light logo |
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 46 KiB |
Reference in New Issue
Block a user