subtly improve website contrast, close #6921

This commit is contained in:
Vladimir Agafonkin
2020-03-20 12:11:39 +02:00
parent a6b5ca192a
commit 77b756f07c
2 changed files with 11 additions and 24 deletions

View File

@ -11,7 +11,7 @@ html, body, input, select, button, textarea, table {
body {
line-height: 1.5;
color: #333;
color: black;
background-color: white;
}
@ -20,7 +20,7 @@ p {
}
a, a span.hljs-string {
color: #1EB300;
color: #199900;
}
a:hover, a:focus {
@ -28,8 +28,8 @@ a:hover, a:focus {
}
hr {
background: #ddd;
color: #ddd;
background: #ccc;
color: #ccc;
height: 1px;
margin: 0 0 1.4em;
border: none;
@ -180,7 +180,7 @@ h3.tagline {
font-size: 1.5em;
margin-top: -.75em;
padding: 0;
color: #777;
color: #333;
text-align: center;
margin-bottom: 30px;
}
@ -192,7 +192,7 @@ h3.tagline {
text-align: center;
font-size: 1.25em;
margin-bottom: 40px;
border-bottom: 1px solid #ddd;
border-bottom: 1px solid #ccc;
padding-bottom: 40px;
}
@ -215,7 +215,7 @@ h3.tagline {
.ext-link {
display: block;
opacity: 0.5;
opacity: 0.7;
-webkit-animation: fadein 1s;
animation: fadein 1s;
}
@ -224,11 +224,11 @@ h3.tagline {
}
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 0.5; }
to { opacity: 0.7; }
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 0.5; }
to { opacity: 0.7; }
}
@ -257,7 +257,7 @@ h3.tagline {
}
.quiet {
color: #999;
color: #888;
}

View File

@ -90,22 +90,9 @@ section.collapsable > div.section-comments > p {
}
div.section-comments {
margin-bottom: 0.25em;
margin-bottom: 0.5em;
}
/* section.collapsable div.section-comments {
margin: 1em;
font-size: 12px;
}*/
section.collapsable pre {
margin:0;
}
section {
margin-left: 0.5em;
}
section h4, section.collapsable h4 {
margin-left: -0.5em;
}