From 54381144e8263bf26f8eca5504a6548cfa07d039 Mon Sep 17 00:00:00 2001 From: Simon Bjerre Date: Fri, 23 Feb 2024 19:45:18 +0100 Subject: [PATCH] fixed black text --- src/components/AirportMetar.astro | 22 ++++++++++---------- src/layout/index.astro | 34 +++++++++++++++---------------- src/pages/briefing.astro | 12 +++++------ src/pages/scenery.astro | 5 ++++- 4 files changed, 37 insertions(+), 36 deletions(-) diff --git a/src/components/AirportMetar.astro b/src/components/AirportMetar.astro index 8c73899..09b8e08 100644 --- a/src/components/AirportMetar.astro +++ b/src/components/AirportMetar.astro @@ -23,29 +23,29 @@ const metarObject = metarParser('EKCH 231220Z AUTO 22016KT 9999 BKN033/// 07/03
-

Winds

-

{metarObject.wind.degrees}° / {metarObject.wind.speed_kts}kt

+

Winds

+

{metarObject.wind.degrees}° / {metarObject.wind.speed_kts}kt

-

Visibility

-

{metarObject.visibility.meters_float}

+

Visibility

+

{metarObject.visibility.meters_float}

-

Clouds

-

{metarObject.clouds[0].code}

+

Clouds

+

{metarObject.clouds[0].code}

-

Temperature

-

{metarObject.temperature.celsius}°C / {metarObject.dewpoint.celsius}°C

+

Temperature

+

{metarObject.temperature.celsius}°C / {metarObject.dewpoint.celsius}°C

-

Barometer

-

{metarObject.barometer.mb}

+

Barometer

+

{metarObject.barometer.mb}

-

Last updated {metarObject.observed}

+

Last updated {metarObject.observed}

\ No newline at end of file diff --git a/src/layout/index.astro b/src/layout/index.astro index 77b6078..147a24e 100644 --- a/src/layout/index.astro +++ b/src/layout/index.astro @@ -23,11 +23,9 @@ import ThemeToggle from "../components/ThemeToggle.tsx"; Copenhagen Live 2024 - -
- + +
diff --git a/src/pages/briefing.astro b/src/pages/briefing.astro index b38670b..6263ad5 100644 --- a/src/pages/briefing.astro +++ b/src/pages/briefing.astro @@ -3,33 +3,33 @@ import Layout from "../layout/index.astro" ---
-

Briefing

+

Briefing


-

It is important for us, you get a good experience with us, at CPH LIVE 24.
+

It is important for us, you get a good experience with us, at CPH LIVE 24.
Therefore we have gathered all the briefings to help you to a smooth flight.
Make sure you are aware of the material before you fly, and check the FAQ.


-

I want to fly a flight for SAS.

+

I want to fly a flight for SAS.

SAS Briefing

-

I want to fly a flight for Norwegian.

+

I want to fly a flight for Norwegian.

Norwegian Briefing
-

I want to fly a flight for A European legacy carrier.

+

I want to fly a flight for A European legacy carrier.

European Carriers Briefing

-

I want to fly a flight for Low cost carrier.

+

I want to fly a flight for Low cost carrier.

Low Cost Airlines Briefing
diff --git a/src/pages/scenery.astro b/src/pages/scenery.astro index c55dc35..7da8ab5 100644 --- a/src/pages/scenery.astro +++ b/src/pages/scenery.astro @@ -2,7 +2,10 @@ import Layout from "../layout/index.astro" --- -
+

Scenery

+
+ +
\ No newline at end of file