Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
marisademeglio committed May 14, 2020
1 parent 9852942 commit fa3c93c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
13 changes: 12 additions & 1 deletion content/screenreader-html-code/radio-buttons.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
:root {
--bk: rgba(1,1,1,0.8);
--text: white;
--hltext: yellow;
--hover: lightyellow;
}
body {
font-family: Arial;
background-color: var(--bk);
color: var(--text);
}
main {
display: grid;
grid-template-columns: 50% 50%;
Expand All @@ -9,7 +20,7 @@ pre.language-markup {
}

form {
line-height: 3;
line-height: 2;
}

.-active-element, .-active-element * {
Expand Down
3 changes: 1 addition & 2 deletions web/library/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
const titles = [
"../../content/abridged-blue-fairy-books/blue-fairy-audio/index.html",
"../../content/abridged-blue-fairy-books/blue-fairy-audio-html/index.html",
"../../content/abridged-blue-fairy-books/blue-fairy-syncnarr/index.html",
"../../content/screenreader-html-code/publication.json"
"../../content/abridged-blue-fairy-books/blue-fairy-syncnarr/index.html"
];
Library.init(titles);
</script>
Expand Down

0 comments on commit fa3c93c

Please sign in to comment.