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;