8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ea631 commit 430b6b1Copy full SHA for 430b6b1
css/screen.css
@@ -3,12 +3,17 @@ html{
3
}
4
5
body {
6
- color: rgb(0, 0, 0);
+ color: #000000;
7
background-color: rgb(242, 242, 242);
8
text-align: center;
9
font-family: Helvetica, Arial, sans-serif;
10
max-width: 75em;
11
margin: 0 auto 1em auto;
12
+ -moz-hyphens: auto;
13
+ -ms-hyphens: auto;
14
+ -o-hyphens: auto;
15
+ -webkit-hyphens: auto;
16
+ hyphens: auto;
17
18
a:active {
19
color: #000099;
@@ -68,6 +73,7 @@ p#title_sub {
68
73
margin-right: auto;
69
74
padding: 1em;
70
75
text-align: justify;
76
+ background-color: #FFFFFF;
71
77
72
78
79
.centered {
0 commit comments