update link contrast for accessibility
This commit is contained in:
parent
8227b00542
commit
a4771f04c1
2 changed files with 11 additions and 35 deletions
|
|
@ -1,46 +1,23 @@
|
||||||
@media (prefers-color-scheme: dark){
|
|
||||||
body {
|
|
||||||
background:#000
|
|
||||||
}
|
|
||||||
}
|
|
||||||
body{
|
body{
|
||||||
margin:1em auto;
|
margin:1em auto;
|
||||||
max-width:40em;
|
max-width:40em;
|
||||||
padding:0 .62em 3.24em;
|
padding:0 .62em 3.24em;
|
||||||
font:1.2em/1.62 sans-serif
|
font:1.2em/1.62 sans-serif;
|
||||||
|
line-height:1.6;
|
||||||
|
color:#444;
|
||||||
|
background-color:#EEEEEE
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,h2,h3 {
|
h1,h2,h3 {
|
||||||
line-height:1.2
|
line-height:1.2
|
||||||
}
|
}
|
||||||
|
|
||||||
@media print{
|
a {
|
||||||
body{
|
color: #0044CC;
|
||||||
max-width:none
|
text-decoration: underline;
|
||||||
}
|
|
||||||
}
|
|
||||||
body {
|
|
||||||
margin:40px auto;
|
|
||||||
max-width:850px;
|
|
||||||
line-height:1.6;
|
|
||||||
font-size:18px;
|
|
||||||
color:#444;
|
|
||||||
padding:0 10px;
|
|
||||||
background-color:#EEEEEE
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link {
|
a:hover, a:active {
|
||||||
text-decoration: none;
|
color: #003399;
|
||||||
}
|
|
||||||
|
|
||||||
a:visited {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:active {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,2 @@
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Disallow: /
|
Allow: /
|
||||||
Allow: /en/academic/
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue