Accessibility fixes.
This commit is contained in:
parent
4aacb26c4b
commit
88c94aaaf4
12 changed files with 276 additions and 260 deletions
|
|
@ -21,13 +21,13 @@
|
|||
--border: #b8a880;
|
||||
--border-d: #a89470;
|
||||
--candle: #7a5a10;
|
||||
--candle-dim: #9a7420;
|
||||
--candle-dim: #7a5a10;
|
||||
--candle-faint: #c4a448;
|
||||
--ember: #8a4420;
|
||||
--text: #2a2015;
|
||||
--text-bright: #1a1008;
|
||||
--text-dim: #5a5040;
|
||||
--text-faint: #8a7e6a;
|
||||
--text-faint: #6a5e4a;
|
||||
--parch: #2a2015;
|
||||
--parch-hover: #3a3025;
|
||||
--parch-text: #ede4d0;
|
||||
|
|
@ -110,6 +110,11 @@ a:hover {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
p a {
|
||||
text-decoration: underline;
|
||||
text-underline-offset: 2px;
|
||||
}
|
||||
|
||||
/* ---- SECTION LABELS ---- */
|
||||
.section-label {
|
||||
font-size: 10px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue