Better accessibility

This commit is contained in:
Lucas 2019-11-28 21:51:58 +07:00
parent 2dff66136c
commit 066c0a04fd
16 changed files with 146 additions and 183 deletions

View file

@ -39,8 +39,8 @@
--code-inlined: #edf1f3;
--code-color-1: #9f6060;
--code-color-2: #2f7ca2;
--table-background: #FFF;
--table-border: rgba(237, 241, 243, 0.75);
--table-stripping: rgba(27, 42, 50, 0.033);
}
/**
@ -80,8 +80,8 @@
--code-inlined: rgba(65, 87, 98, 0.25);
--code-color-1: #ac5353;
--code-color-2: #4d91b3;
--table-background: #141f24;
--table-border: #10191e;
--table-stripping: rgba(237, 241, 243, 0.033);
}
}
@ -121,8 +121,8 @@
--code-inlined: rgba(65, 87, 98, 0.25);
--code-color-1: #ac5353;
--code-color-2: #4d91b3;
--table-background: #141f24;
--table-border: #10191e;
--table-stripping: rgba(237, 241, 243, 0.033);
}
/**
@ -293,7 +293,7 @@ figure figcaption {
*/
b,
strong {
font-weight: border;
font-weight: bolder;
}
sub,
@ -436,11 +436,16 @@ hgroup h2,
hgroup h3,
hgroup h4,
hgroup h5,
hgroup h6,
hgroup p {
hgroup h6 {
margin-bottom: 0;
}
hgroup *:last-child {
color: var(--muted-text);
font-size: 1.125rem;
font-weight: normal;
}
p {
margin-bottom: 0.75rem;
}
@ -909,7 +914,6 @@ a[role="button"][disabled] {
table {
width: 100%;
border-spacing: 0;
background: var(--table-background);
}
th,
@ -935,12 +939,7 @@ thead td {
}
tbody tr:nth-child(odd) {
background-color: rgba(237, 241, 243, 0.02);
}
thead tr,
tbody tr:nth-child(even) {
background-color: rgba(27, 42, 50, 0.02);
background-color: var(--table-stripping);
}
/**

File diff suppressed because one or more lines are too long

View file

@ -39,8 +39,8 @@
--code-inlined: #edf1f3;
--code-color-1: #9f6060;
--code-color-2: #2f7ca2;
--table-background: #FFF;
--table-border: rgba(237, 241, 243, 0.75);
--table-stripping: rgba(27, 42, 50, 0.033);
}
/**
@ -80,8 +80,8 @@
--code-inlined: rgba(65, 87, 98, 0.25);
--code-color-1: #ac5353;
--code-color-2: #4d91b3;
--table-background: #141f24;
--table-border: #10191e;
--table-stripping: rgba(237, 241, 243, 0.033);
}
}
@ -121,8 +121,8 @@
--code-inlined: rgba(65, 87, 98, 0.25);
--code-color-1: #ac5353;
--code-color-2: #4d91b3;
--table-background: #141f24;
--table-border: #10191e;
--table-stripping: rgba(237, 241, 243, 0.033);
}
/**
@ -354,7 +354,7 @@ figure figcaption {
*/
b,
strong {
font-weight: border;
font-weight: bolder;
}
sub,
@ -509,11 +509,16 @@ hgroup h2,
hgroup h3,
hgroup h4,
hgroup h5,
hgroup h6,
hgroup p {
hgroup h6 {
margin-bottom: 0;
}
hgroup *:last-child {
color: var(--muted-text);
font-size: 1.125rem;
font-weight: normal;
}
p {
margin-bottom: 0.75rem;
}
@ -1061,7 +1066,6 @@ a[role="button"][disabled] {
table {
width: 100%;
border-spacing: 0;
background: var(--table-background);
}
th,
@ -1087,12 +1091,7 @@ thead td {
}
tbody tr:nth-child(odd) {
background-color: rgba(237, 241, 243, 0.02);
}
thead tr,
tbody tr:nth-child(even) {
background-color: rgba(27, 42, 50, 0.02);
background-color: var(--table-stripping);
}
/**

View file

@ -39,8 +39,8 @@
--code-inlined: #edf1f3;
--code-color-1: #9f6060;
--code-color-2: #2f7ca2;
--table-background: #FFF;
--table-border: rgba(237, 241, 243, 0.75);
--table-stripping: rgba(27, 42, 50, 0.033);
}
/**
@ -80,8 +80,8 @@
--code-inlined: rgba(65, 87, 98, 0.25);
--code-color-1: #ac5353;
--code-color-2: #4d91b3;
--table-background: #141f24;
--table-border: #10191e;
--table-stripping: rgba(237, 241, 243, 0.033);
}
}
@ -121,8 +121,8 @@
--code-inlined: rgba(65, 87, 98, 0.25);
--code-color-1: #ac5353;
--code-color-2: #4d91b3;
--table-background: #141f24;
--table-border: #10191e;
--table-stripping: rgba(237, 241, 243, 0.033);
}
/**
@ -289,7 +289,7 @@ figure figcaption {
*/
b,
strong {
font-weight: border;
font-weight: bolder;
}
sub,
@ -432,11 +432,16 @@ hgroup h2,
hgroup h3,
hgroup h4,
hgroup h5,
hgroup h6,
hgroup p {
hgroup h6 {
margin-bottom: 0;
}
hgroup *:last-child {
color: var(--muted-text);
font-size: 1.125rem;
font-weight: normal;
}
p {
margin-bottom: 0.75rem;
}
@ -905,7 +910,6 @@ a[role="button"][disabled] {
table {
width: 100%;
border-spacing: 0;
background: var(--table-background);
}
th,
@ -931,12 +935,7 @@ thead td {
}
tbody tr:nth-child(odd) {
background-color: rgba(237, 241, 243, 0.02);
}
thead tr,
tbody tr:nth-child(even) {
background-color: rgba(27, 42, 50, 0.02);
background-color: var(--table-stripping);
}
/**

File diff suppressed because one or more lines are too long

2
css/pico.min.css vendored

File diff suppressed because one or more lines are too long