diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..b1e6aa6 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/css/config.css b/css/config.css index 3c06323..6c99684 100644 --- a/css/config.css +++ b/css/config.css @@ -17,6 +17,6 @@ h2 {font-size:1.200em;margin-bottom:1em;} h3 {font-size:1rem;} p, ul {font-size:1rem;margin:1em 0 2em 0;} nav, section, footer {padding:2rem;} -nav {position:fixed;top:0;color:rgb(var(--white));} +nav {position:fixed;top:0;color:rgb(var(--white));background-color: rgb(var(--black));} nav, footer {display:flex;right:0;left:0;justify-content: space-between;} ::-webkit-scrollbar{display: none;} \ No newline at end of file diff --git a/css/darkmode.css b/css/darkmode.css index dfa378d..bf42fe1 100644 --- a/css/darkmode.css +++ b/css/darkmode.css @@ -1,4 +1,5 @@ body {background-color:rgb(var(--black));color:rgb(var(--white));} +nav {background-color:inherit; color:inherit;} .banner {background-color:rgb(var(--black));color:rgb(var(--white));} .icon-dropdown {background-image:url("/assets/icons/caret-down-solid-white.svg");} diff --git a/index.html b/index.html index 785e6f9..5c55d42 100644 --- a/index.html +++ b/index.html @@ -41,6 +41,12 @@

Work in progress...

Nieuwscentrum.

Welkom bij het nieuwscentrum, hier kun je alle recente activiteiten bekijken terwijl ik bezig ben met de website!

+

20 november 2023.

+ +

15 november 2023.