Updated 07-05-2026, 10:26

fix-fill-in-color-scheme-and-add-support Show on GitHub

SidopjeschermSidopjeschermac25de7fix: #502 Adding color and support (breadcrumb) Theb readcrumb trail in safari was white in lightmode when it should be the darker blue, because it wouldn't be readable otherwise.commit details show on GitHub
SidopjeschermSidopjescherm7d76564fix: #502 changing back the color TO make a better distinction between menu and hero I swapped the colorscommit details show on GitHub
SidopjeschermSidopjescherm08474d2test: #502 variation in colorcommit details show on GitHub
SidopjeschermSidopjescherm0099a22test; #502 test if the layer query works To see if nothing is being overwritten we will test the website if a layer querycommit details show on GitHub
SidopjeschermSidopjeschermb9b5da5test: #502 test if the background changes (NavPros) Seeing if the test for the Navpros background actually workscommit details show on GitHub
SidopjeschermSidopjescherm17ac3a5fix: #502 deleted -scheme (stylesheet) The light-dark() wasn't being used, because I used color-scheme instead of color.commit details show on GitHub
SidopjeschermSidopjescherm8a9f69dfix: #502 added variable (SingleFaq) Due to earlier problems in older browser versions of Edge, Safari, Firefox and Chrome I added a variable for prefers colors and supports so it will work on those older browsers as well.commit details show on GitHub
SidopjeschermSidopjescherm1a9c233fix: #502 spelling error for color (NavPros) A reason why some colors weren't able to be loaded was because I made spelling errors in the document.commit details show on GitHub
SidopjeschermSidopjescherm8f2fc50refactor: #502 changing readability and removal class (Hero) When I delved into the code @vsheo and I noticed that the code wasn't that well organized. In a comment referencing this commit I will explain further.commit details show on GitHub
SidopjeschermSidopjescherm6e1a8cafix: #502 change color (Hero) changed color from black to dark bluecommit details show on GitHub
SidopjeschermSidopjescherm6175e98fix: #502 color-scheme to color Due to me taking this task I filled in color-scheme, but I didn't pay close attention to whether or not it picked it correctly. It does nowcommit details show on GitHub
SidopjeschermSidopjeschermaef57b8test: #502 trying to find the issue With @vsheo I am now trying to get darkmode to work on all pages, a matter of which is the supports query for light-dark. @vsheo commented on that maybe it can be altered better with just regular color: light-dark(red, blue) so i wanted to test it outcommit details show on GitHub
SidopjeschermSidopjescherm5271a7dfix: #502 Firefox 87 fix text In Firefox 87 the paragraph wasn't changing colors so I added the p element inside the style tagcommit details show on GitHub
SidopjeschermSidopjescherm82aa6cffix: #502 copied error page (DevelopmentTemplate) Made the In development page response as well to the error pagecommit details show on GitHub
SidopjeschermSidopjeschermb45a0adfix: #502 roll-back previous commit (stylesheet) Probably due to a bug in chrome the buttons kept having the same color. It is now fixedcommit details show on GitHub
SidopjeschermSidopjeschermcc3d650fix: #502 change from white to orange (stylesheet) To make sure the buttons behave properly I changed the text-white to Orange to prevent further bugscommit details show on GitHub
SidopjeschermSidopjeschermf88a895fix: #502 added border-color (Preview Banner) To make sure there is no error in only color switching I added the 'color' part to border.commit details show on GitHub
SidopjeschermSidopjescherm5339e42fix: #502 color variant (Talent Award) This article wasn't changing correctly to the shift in themes and now it is shifting properlycommit details show on GitHub
SidopjeschermSidopjescherm020d58dfix: #502 added queries (Error) Added queries for PE standardscommit details show on GitHub
SidopjeschermSidopjescherme4bcdddfix: #502 change colors, added queries and fixed css syntax I changed the colors from named values and hexadecimal to hsl. I added supports and media queries for PE standard and the form tag was missing a closing bracket so I added that.commit details show on GitHub
SidopjeschermSidopjescherm24b67affix: #502 added queries and change color (TopNav) Due to the merge conflicts I needed to resolve the colors and queries again. Color is for wider support and media and supports queries are for PE standards.commit details show on GitHub
SidopjeschermSidopjescherm918af32Merge branch 'dev' into fix-fill-in-color-scheme-and-add-supportcommit details show on GitHub
SidopjeschermSidopjescherm7f25e48fix: #502 added queries and change color I changed hexadecimal values for colors to HSL vor wider support. I also added media and supports queries for PE standards.commit details show on GitHub
SidopjeschermSidopjescherm16ec977fix: #502 added queries (talent award / page) Added media and supports queries for PE standards.commit details show on GitHub
CesariHVACesariHVA627a8e7Merge pull request #532 from fdnd-agency/505-update-functie-implementeren-faq 505 update functie implementeren faqcommit details show on GitHub
SidopjeschermSidopjeschermf3619b1fix: #502 added queries (over-ad / page) Added media and supports queries for PE standards.commit details show on GitHub
SidopjeschermSidopjeschermd708c1ffix: #502 changed color and added queries (nieuws / page) Changed the color for wider support and added queries for PE standardscommit details show on GitHub
AstoraZ20968AstoraZ2096883b8acatest:#505-Testsing-#465commit details show on GitHub
SidopjeschermSidopjeschermd083a41fix: #502 changed color and added queries (contact / page) Added queries for PE standards and changed hexidecimal values to HSL. Could @vsheo take a look at the changed code and see how it could be improved?commit details show on GitHub
AstoraZ20968AstoraZ209687ae0e79refactor:#505-form refactor implementeren-#465commit details show on GitHub
SidopjeschermSidopjescherma7447bbfix: #502 added queries (ad-dag/page) Added supports and media queries for PE standards.commit details show on GitHub
AstoraZ20968AstoraZ209688bccda4refactor:#531-Form refactor-#465commit details show on GitHub
SidopjeschermSidopjescherm4bec105fix: #502 added queries (AdminNavLink) For PE standards I used media and supports queries for better supportcommit details show on GitHub
SidopjeschermSidopjescherm6158366fix: #502 change color and added queries (ThemeCard) Added media and support queries for PE standards and replaced the hexidecimal and rgba for hsl(a) for wider support.commit details show on GitHub
SidopjeschermSidopjescherm4fceba4fix: #502 change color and added queries (PreviewBanner) For PE standards I saw that the function of color-mix is being used, but the problem is that it is only supported from chrome version 111 and up so I needed to switch it up with HSLA. I added media and supports queries for PE.commit details show on GitHub
SidopjeschermSidopjescherm940d316fix: #502 change color (NewsCard) For wider support I replaced the hexidecimal and rgba values to HSLcommit details show on GitHub
SidopjeschermSidopjeschermb856d91fix: #502 change color (LoadingOverlay) Changed the color to HSL for supportcommit details show on GitHub
SidopjeschermSidopjescherma8a395afix: #502 change color and added queries (IformationCard) For the wider support for HSL I chose to replace that for the hexidecimal value and added media and supports queries so that it is progressively enhanced.commit details show on GitHub
SidopjeschermSidopjescherm7f46566fix: #502 change color (ErrorState) For wider support I swapped the color to HSLcommit details show on GitHub
SidopjeschermSidopjescherm801e241fix: #502 change color (DocumentCard) Due to hexidecimal and rgba not being either supported or limited hue I changed them to HSL for wider support.commit details show on GitHub
SidopjeschermSidopjescherm0f74e53fix: #502 added alpha valure (NavStudent) Due to the percentage, I wasn't sure it would work, so I opted for the right version of writing the alpha valuecommit details show on GitHub
SidopjeschermSidopjescherm8fa3ea7fix: #502 change color Due to there no light-dark in this document I only switched the RGBA to HSLA for wider supportcommit details show on GitHub
SidopjeschermSidopjescherm46e232dfix: #502 change color and added queries (NavPros) Due to PE standards, I introduced the media and supports queries so that it functions well on older browsers and changed the color from HSL(A) to RGB(A) for better colorcommit details show on GitHub
SidopjeschermSidopjescherm0dd23ddfix: #502 PE standards Due to the usage of light-dark() it's important to know not all browsers understand this as of yet. Due to PE reasons I added media and supports queriescommit details show on GitHub
SidopjeschermSidopjescherm4247265fix: #502 added queries for PE (Information cards) For PE standard I added media and supports queries so most browsers will be able to show the contentcommit details show on GitHub
SidopjeschermSidopjescherma2944a3fix: #502 added queries and changed color (ImageTextSection) Added queries for PE standard and changed the regular 'white' for an HSL solution for certainty that HSL will be selected.commit details show on GitHub
SidopjeschermSidopjescherm9b3ef4afix: #502 added queries and changed color (Footer) I added media and supports queries for PE standards and changed the HEX code for a HSL code for better shade and wider support.commit details show on GitHub
SidopjeschermSidopjeschermf137c40fix: #502 added queries (Admin Toolbar) For PE standards I used the media and supports queries so it will work on most browserscommit details show on GitHub
SidopjeschermSidopjescherm9afec26fix: #502 added queries and changed color For PE standards I changed the colors so that it will be progressively enhanced. I also made the RGBA in HSLA due to it's more wider range of color and support.commit details show on GitHub
SidopjeschermSidopjescherm44469cafix: #502 change color and added queries For PE standards I changed the colors so that it will be PE and works on most browsers. I also changed the HEX code for HSL for wider support and better shade.commit details show on GitHub