Meta
Table of contents: Accessibility / Color schemes
updates archive | layouts
This site is being developed with Obsidian-flavored Markdown then converted to HTML in VSCode before being uploaded to Neocities.
The site's source code and a page template are available on Github for download.
Copyright statement of this site is pending.
Accessibility
This website has been designed to be responsible on mobile and desktop. See below for potential accessibility issues.
There are some iframes that I'm not sure if they pose an issue. A search didn't give me an answer on that.
Disclaimer: I don't use a screen reader or any other type of assistive device to surf the web. If there's any section of this website that is inaccessible, please drop me a message. I'm an indie web dev who's learning about web accessibility and would appreciate the feedback.
Stuff to Fix
- Nothing for now.
Color schemes
Light Mode
--color: #011523;
--background: #d6fcfc;
--link: #23237b;
--linkhover: #8DA399;
--formbg:#f4f1e9;
--formcolor:#212c2c;
--accentbg:#e0d9c6;
--hr: #bb9860;
Dark Mode
--color:#DCD7C9;
--background:#2C3639;
--link:#76ABDF;
--linkhover:#cca376;
--formbg:#232c2f;
--formcolor:#DCD7C9;
--accentbg:#232c2f;
--hr: #5b7e81;