Skip to content

Commit

Permalink
v6.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
TKING14 committed Nov 21, 2023
1 parent 88a0774 commit bf66ea8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
2 changes: 1 addition & 1 deletion css/config.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;}
1 change: 1 addition & 0 deletions css/darkmode.css
Original file line number Diff line number Diff line change
@@ -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");}
Expand Down
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ <h1>Work in progress...</h1>
<h2>Nieuwscentrum.</h2>
<p>Welkom bij het nieuwscentrum, hier kun je alle recente activiteiten bekijken terwijl ik bezig ben met de website!</p>

<h3>20 november 2023.</h3>
<ul>
<li>Stylesheet update.</li>
<li>Hyperlinks aangepast.</li>
</ul>

<h3>15 november 2023.</h3>
<ul>
<li>Copyright licence toegevoegd.</li>
Expand Down

0 comments on commit bf66ea8

Please sign in to comment.