Compare commits
2 Commits
e62d83e242
...
73c8624ece
Author | SHA1 | Date |
---|---|---|
Helen Chong | 73c8624ece | |
Helen Chong | 5436eec4c8 |
|
@ -88,7 +88,7 @@
|
|||
|
||||
<style>
|
||||
.breadcrumbs {
|
||||
list-style: none;
|
||||
list-style-type: "";
|
||||
padding: 0;
|
||||
margin: 0 0 0.7em 0;
|
||||
display: flex;
|
||||
|
@ -109,7 +109,7 @@
|
|||
}
|
||||
|
||||
.blog__post--nextprev {
|
||||
list-style: none;
|
||||
list-style-type: "";
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
display: grid;
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
.footer__links {
|
||||
justify-self: center;
|
||||
list-style: none;
|
||||
list-style-type: "";
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
|
|
@ -79,7 +79,7 @@ https://kalechips.net/projects/snippets/burger #}
|
|||
|
||||
.navbar__menu--links,
|
||||
.navbar__links {
|
||||
list-style: none;
|
||||
list-style-type: "";
|
||||
flex-wrap: wrap;
|
||||
gap: 1em;
|
||||
}
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
}
|
||||
|
||||
.pagination {
|
||||
list-style: none;
|
||||
list-style-type: "";
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
|
|
|
@ -50,7 +50,7 @@ articleElement: true
|
|||
}
|
||||
|
||||
.changelog__nav--links {
|
||||
list-style: none;
|
||||
list-style-type: "";
|
||||
gap: 0.5em;
|
||||
}
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
|
||||
/* Link button */
|
||||
.link-btn--wrapper {
|
||||
list-style: none;
|
||||
list-style-type: "";
|
||||
padding: 0;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
@ -139,7 +139,7 @@ p + .adoptables { margin-top: 1em; }
|
|||
flex-wrap: wrap;
|
||||
gap: 0.5em;
|
||||
align-items: center;
|
||||
list-style: none;
|
||||
list-style-type: "";
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
@ -151,7 +151,7 @@ p + .adoptables { margin-top: 1em; }
|
|||
.tabwrap section:has(*:target) { display: block; }
|
||||
|
||||
.tabs {
|
||||
list-style: none;
|
||||
list-style-type: "";
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
|
@ -187,7 +187,7 @@ p + .adoptables { margin-top: 1em; }
|
|||
}
|
||||
|
||||
.webring__links {
|
||||
list-style: none;
|
||||
list-style-type: "";
|
||||
padding: 0;
|
||||
margin: 0 !important;
|
||||
display: flex;
|
||||
|
|
|
@ -76,7 +76,7 @@ figure, blockquote, dl, dd {
|
|||
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
|
||||
ul[role='list'],
|
||||
ol[role='list'] {
|
||||
list-style: none;
|
||||
list-style-type: "";
|
||||
}
|
||||
|
||||
/* Set core body defaults */
|
||||
|
|
|
@ -45,7 +45,7 @@ figure, blockquote, dl, dd {
|
|||
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
|
||||
ul[role='list'],
|
||||
ol[role='list'] {
|
||||
list-style: none;
|
||||
list-style-type: "";
|
||||
}
|
||||
|
||||
/* Set core body defaults */
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Webmastery
|
||||
date: 2024-07-01
|
||||
updated: 2024-07-04
|
||||
updated: 2024-07-13
|
||||
---
|
||||
|
||||
### Webmastery Tutorials
|
||||
|
@ -16,8 +16,11 @@ updated: 2024-07-04
|
|||
|
||||
### Web Accessibility
|
||||
|
||||
* [The Access Manifesto](https://joeclark.org/book/sashay/serialization/AccessManifesto.html) by Joe Clark — Worth nting that this was originally written in 2002
|
||||
* [The Access Manifesto](https://joeclark.org/book/sashay/serialization/AccessManifesto.html) by Joe Clark — Worth noting that this was originally written in 2002
|
||||
* [You Should Care About Accessibility](https://owlsroost.xyz/articles/2023-08-20-you-should-care-about-accessibility.html) by Owl
|
||||
* [A Field Guide to Web Accessibility](https://theultimatemotherfuckingwebsite.com/) by Valery
|
||||
* [Resources for Beginners to Learn About Web Accessibility and Web Design](https://www.tumblr.com/foxpunk/700063063948312576/hey-you-yeah-you-with-the-cool-neocities) curated by foxpunk
|
||||
* [5 ways to make your neocities site more accessible](https://sleepydev.neocities.org/posts/5%20Ways%20to%20make%20your%20Neocities%20site%20more%20accessible) by Sleepy dev
|
||||
* [Three Common Accessibility Problems and How to Fix Them](https://solaria.neocities.org/beginnersaccessibility) by Solaria
|
||||
* [What I've Learned About Web Accessibility as a Dyslexic, Sighted, Mouse User](https://solaria.neocities.org/accessibility) by Solaria
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ eleventyComputed:
|
|||
.shrine-index {
|
||||
display: grid;
|
||||
gap: 2em;
|
||||
list-style: none;
|
||||
list-style-type: "";
|
||||
padding: 0;
|
||||
margin: 2em 0 0;
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@ eleventyComputed:
|
|||
.sitemap {
|
||||
margin: 1em 0;
|
||||
padding: 0 0 0 1em;
|
||||
list-style: none;
|
||||
list-style-type: "";
|
||||
}
|
||||
|
||||
.sitemap a:focus {
|
||||
|
|
Loading…
Reference in New Issue