color scheme

This commit is contained in:
Tolstoevsky 2020-02-21 00:41:38 -08:00
parent db3c86dfc7
commit 4e3437730f
1 changed files with 24 additions and 22 deletions

View File

@ -4,52 +4,54 @@
} }
.textblock { .textblock {
background-color:#224; background-color:#1f2833;
border-radius:2px; border-radius:2px;
border: 1px solid #667; border: 1px solid #667;
display:inline-block; display:inline-block;
width: auto; width: auto;
color: #bbb; color: #c5c6c7;
padding: 2% 2% 2% 2%; padding: 2% 2% 2% 2%;
margin: 1% 1% 1% 1%; margin: 1% 1% 1% 1%;
} }
.imgblock { .imgblock {
background-color:#334; background-color:#1e2832;
border-radius:2px; border-radius:2px;
border:1px solid #667; border:1px solid #667;
display:inline-block; display:inline-block;
width: 90%; width: 90%;
height: 90%; height: 90%;
color: #bbb; color: #c5c6c7;
padding: 2% 2% 2% 2%; padding: 2% 2% 2% 2%;
margin: 3% 3% 3% 3%; margin: 3% 3% 3% 3%;
text-align: justify; text-align: justify;
} }
.imgblock img { .imgblock img {
padding: 2% 2% 2% 2%; padding: 2% 2% 2% 2%;
margin: 3% 3% 3% 3%; margin: 3% 3% 3% 3%;
} }
body { body {
font: 100%/160% exo2; font: 100%/160% exo2;
width: 900px; width: 900px;
max-width: 96%; max-width: 96%;
margin: 0 auto; margin: 0 auto;
background-color:#335; background-color:#0b0c10;
} }
p { p {
margin: 0 0 20px; margin: 0 0 20px;
} }
a { a {
color: #69C; color: #45a29e;
text-decoration: none; text-decoration: none;
} }
a:hover { a:hover {
color: #F60; color: #66fcf1;
} }
h1, h2, h3 { h1, h2, h3 {
color: #eee; color: #eee;
line-height: 120%; line-height: 120%;