Skip to content

Commit

Permalink
Merge pull request #1568 from BitLucid/logo-updates
Browse files Browse the repository at this point in the history
Update the splash page h1 color.
  • Loading branch information
tchalvak authored Oct 13, 2023
2 parents 3786067 + fd2a0d0 commit 75d3ef8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion deploy/www/css/splash.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,21 @@
margin-right: 1em;
font-size: x-large;
}

/* Due to specificity, seperated for color */
.splash #top-logo h1 {
color: #cac4c4;
}

.splash #menu-map-head {
margin-right: 0.5em;
}

.splash .doshin-image {
width: 8px;
height: 8px;
}

.splash #top-logo h1 {
display: inline-block;
font: 40px/45px 'Aclonica', 'edding-780-1', 'edding-780-2', Charcoal,
Expand All @@ -28,13 +36,16 @@
background-color: transparent;
border: none;
}

.splash #feedback-link {
font-size: larger;
margin-bottom: 1rem;
}

.splash #news-housing {
height: 80px;
}

.splash #chat-housing {
height: 250px;
}
Expand All @@ -48,4 +59,4 @@
.splash #top-logo {
font-size: inherit;
}
}
}

0 comments on commit 75d3ef8

Please sign in to comment.