style: Update portal styling with new colours and header image

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
Chris Frankland-Wright 2025-08-08 00:47:07 +01:00
parent fbae58fb1d
commit 4af732dab0
2 changed files with 8 additions and 7 deletions

View file

@ -10,7 +10,7 @@
body {
font-family: 'FuturaStdHeavy', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
background-color: #f4f4f9;
background-color: #221f1f;
color: #333;
margin: 0;
padding: 20px;
@ -23,9 +23,10 @@ body {
max-width: 960px;
}
h1 {
text-align: center;
color: #444;
.header-logo {
display: block;
margin: 0 auto 20px auto;
max-width: 100%;
}
.grid {
@ -35,7 +36,7 @@ h1 {
}
.card {
background: #fff;
background: #c5ced6;
border-radius: 8px;
padding: 20px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
@ -43,7 +44,7 @@ h1 {
.card h2 {
margin-top: 0;
color: #0056b3;
color: #1a7db6;
}
#ltc-timecode, #system-clock {