Merge pull request 'style: add appropriate pride-month background' (#6) from pride-month-background into master

Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
2026-06-08 12:59:12 +00:00
2 changed files with 11 additions and 2 deletions
+3 -2
View File
@@ -91,8 +91,9 @@ a {
}
#large-header {
background: #222 url('/images/logowall.svg') center top;
background-size: 450px;
background: url('/images/pride_flag.svg'); // pride month background
//background-size: 450px;
//background: #222 url('/images/logowall.svg') center top;
height: 228px;
margin: 0 0 170px 0;
+8
View File
@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 777 480">
<path fill="#770088" d="M0 0h777v480H0z"/>
<path fill="#004CFF" d="M0 0h777v400H0z"/>
<path fill="#028121" d="M0 0h777v320H0z"/>
<path fill="#FFEE00" d="M0 0h777v240H0z"/>
<path fill="#FF8D00" d="M0 0h777v160H0z"/>
<path fill="#E50000" d="M0 0h777v80H0z"/>
</svg>

After

Width:  |  Height:  |  Size: 338 B