Fix bg.svg tiling seam, text logo uses --accent-color-secondary. Bump 03.09.24
Some checks failed
Repo Health / Access control (push) Successful in 1s
Auto-Update SHA Hash / Update SHA-256 Hash in updates.xml (release) Failing after 4s
Repo Health / Release configuration (push) Failing after 4s
Repo Health / Scripts governance (push) Successful in 4s
Repo Health / Repository health (push) Failing after 4s
Some checks failed
Repo Health / Access control (push) Successful in 1s
Auto-Update SHA Hash / Update SHA-256 Hash in updates.xml (release) Failing after 4s
Repo Health / Release configuration (push) Failing after 4s
Repo Health / Scripts governance (push) Successful in 4s
Repo Health / Repository health (push) Failing after 4s
- SVG: added viewBox, extended rects to 494px to cover full area after translate offset (eliminates bottom seam line) - Text logo: uses --accent-color-secondary universally (both themes) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -79,11 +79,7 @@
|
||||
font-size: 2rem;
|
||||
font-weight: 700;
|
||||
font-family: 'Osaka', var(--body-font-family, sans-serif);
|
||||
color: var(--color-primary, #112855);
|
||||
}
|
||||
|
||||
:root[data-bs-theme="dark"] .moko-offline-brand .site-title {
|
||||
color: var(--heading-color, #f1f5f9);
|
||||
color: var(--accent-color-secondary, #6fb3ff);
|
||||
}
|
||||
|
||||
.moko-offline-brand .brand-tagline {
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<svg
|
||||
width="800"
|
||||
height="400"
|
||||
viewBox="0 0 800 400"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
sodipodi:docname="bg.svg"
|
||||
@@ -93,14 +94,14 @@
|
||||
style="display:inline;fill:#e5e5e5;fill-opacity:1;stroke:none;stroke-width:2.20303"
|
||||
id="rect4741"
|
||||
width="800"
|
||||
height="400"
|
||||
height="494"
|
||||
x="0"
|
||||
y="46.331768" />
|
||||
<rect
|
||||
style="display:inline;fill:url(#pattern4758);fill-opacity:1;stroke:none;stroke-width:2.20303"
|
||||
id="rect4737"
|
||||
width="800"
|
||||
height="400"
|
||||
height="494"
|
||||
x="0"
|
||||
y="46.699127" />
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Reference in New Issue
Block a user