From 9dac27fcf21b9835ff99e1e7628a090b9737225a Mon Sep 17 00:00:00 2001 From: BOTAlex Date: Fri, 22 May 2026 12:47:52 +0200 Subject: [PATCH] CSS school kaitlyns demands --- src/routes/school/css/+page.svelte | 57 +++++++++++++++++++++++------- static/stylesheets/global.css | 6 ---- 2 files changed, 44 insertions(+), 19 deletions(-) diff --git a/src/routes/school/css/+page.svelte b/src/routes/school/css/+page.svelte index 1b65487..4961a1c 100644 --- a/src/routes/school/css/+page.svelte +++ b/src/routes/school/css/+page.svelte @@ -4,6 +4,7 @@ import countryList from "country-list-js"; import onMount from "@src/optimizers/onMount"; import Search from "lucide-svelte/icons/search"; + import X from "lucide-svelte/icons/x"; class Range { start: number = 0; @@ -80,13 +81,32 @@ } onMount(() => { + selectCountry("DNK", true); console.log(countryList.findByIso3("DNK")); });
-
-

Computational Social Science

+
+

Country Mention Networks in UN Speeches

+
Computational Social Science 02467 - group 10
+
@@ -149,20 +169,31 @@
{currentCountrySelected}
- +
+ + +
diff --git a/static/stylesheets/global.css b/static/stylesheets/global.css index 83bdd5b..d9fbae3 100644 --- a/static/stylesheets/global.css +++ b/static/stylesheets/global.css @@ -71,12 +71,6 @@ body { margin: 0; } -a, -a:link a:visited { - color: var(--text1); - text-decoration: none; -} - code { font-weight: 400; font-size: 0.9rem;