Commit ad00e0dd authored by Dmitriy Anisimov's avatar Dmitriy Anisimov

tt & header background colors changed

parent e7b3a73b
...@@ -192,7 +192,7 @@ a tt { ...@@ -192,7 +192,7 @@ a tt {
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
color: #0a507a; color: #0a507a;
background-color: #f2f8fa; background-color: #e5f5ff;
font-weight: 300; font-weight: 300;
} }
...@@ -244,21 +244,17 @@ cite, code, tt { ...@@ -244,21 +244,17 @@ cite, code, tt {
font-family: 'Consolas', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', font-family: 'Consolas', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono',
monospace; monospace;
font-size: 14px; font-size: 14px;
letter-spacing: -0.02em;
min-width: 780px; min-width: 780px;
max-width: 1080px; max-width: 1080px;
} }
tt { tt {
background-color: #f2f2f2; color: #003048;
border: 1px solid #ddd;
border-radius: 2px;
color: #333;
padding: 1px; padding: 1px;
} }
tt.descname, tt.descclassname, tt.xref { tt.descname, tt.descclassname, tt.xref {
border: 0; font-size: 12px;
} }
hr { hr {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment