Skip to content
Snippets Groups Projects
Commit 6fc7e59e authored by Chris Sangwin's avatar Chris Sangwin
Browse files

Reduce the use of small, especially small fixed, fonts following accessibility audit suggestions.

parent 57f2b5ba
No related branches found
No related tags found
No related merge requests found
...@@ -96,8 +96,8 @@ ...@@ -96,8 +96,8 @@
} }
.que.stack .formulation .questiontestslink { .que.stack .formulation .questiontestslink {
float: right; float: right;
font-size: 0.7em; font-size: 0.8em;
margin: -1.3em -3em; margin: -0.3em -0.3em;
} }
body.pagelayout-embedded .que.stack .formulation .questiontestslink { body.pagelayout-embedded .que.stack .formulation .questiontestslink {
display: none; display: none;
...@@ -271,7 +271,6 @@ ol.proof-steps > li:before { ...@@ -271,7 +271,6 @@ ol.proof-steps > li:before {
z-index: 2; z-index: 2;
background-color: #039; background-color: #039;
color: white; color: white;
font-size: 14px;
font-weight: 600; font-weight: 600;
vertical-align: middle; vertical-align: middle;
padding-top: 1px; padding-top: 1px;
...@@ -339,7 +338,6 @@ body.path-question-type-stack dd { ...@@ -339,7 +338,6 @@ body.path-question-type-stack dd {
} }
body#page-question-type-stack-healthcheck textarea { body#page-question-type-stack-healthcheck textarea {
font-family: monospace; font-family: monospace;
font-size: 0.8em;
width: 100%; width: 100%;
white-space: pre; white-space: pre;
} }
...@@ -373,7 +371,7 @@ body.path-question-type-stack table.stacktestsuite .expectedfail td { ...@@ -373,7 +371,7 @@ body.path-question-type-stack table.stacktestsuite .expectedfail td {
background-color: #ffd; background-color: #ffd;
} }
body.path-question-type-stack table.stacktestsuite pre { body.path-question-type-stack table.stacktestsuite pre {
font-size: 0.7em; font-size: 0.8em;
background: #ffffff99; background: #ffffff99;
padding: 0.25rem; padding: 0.25rem;
max-width: 60em; max-width: 60em;
...@@ -492,13 +490,13 @@ body.ie:not(.ie11) .stack_abstract_graph { ...@@ -492,13 +490,13 @@ body.ie:not(.ie11) .stack_abstract_graph {
font-family: Verdana, Sans-Serif; font-family: Verdana, Sans-Serif;
} }
.stack_abstract_graph text.nodelabel { .stack_abstract_graph text.nodelabel {
font-size: 14px; font-size: 0.8em;
fill: #fff; fill: #fff;
alignment-baseline: middle; alignment-baseline: middle;
text-anchor: middle; text-anchor: middle;
} }
.stack_abstract_graph text.edgelabel { .stack_abstract_graph text.edgelabel {
font-size: 10px; font-size: 0.8em;
fill: #000; fill: #000;
alignment-baseline: middle; alignment-baseline: middle;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment