design fix

This commit is contained in:
Devaev Maxim
2018-11-21 07:31:32 +03:00
parent a9cf03582f
commit c05ed9f2d8
5 changed files with 38 additions and 20 deletions

View File

@@ -13,26 +13,33 @@ body.body-no-select {
}
a {
text-decoration: underline dotted;
color: var(--fg-color-normal);
}
@media (hover: hover), (min--moz-device-pixel-ratio: 0) {
/* If we have a mouse cursor */
a:hover {
text-decoration: underline;
}
}
hr {
border: none;
border-top: var(--border-normal-thin);
}
pre {
p.text {
display: table-cell;
text-align: justify;
}
pre.code {
overflow-x: auto;
color: var(--fg-color-dark);
background-color: var(--bg-color-dark);
padding: 10px;
border-radius: 8px;
}
pre.code span.code-comment {
color: var(--fg-color-inactive);
}
img.svg-gray {
-webkit-filter: invert(0.7);
filter: invert(0.7);
vertical-align: middle;
}
button, select {
@@ -120,12 +127,6 @@ div.buttons-row {
border-left: var(--border-dark-thin);
}
img.svg-gray {
-webkit-filter: invert(0.7);
filter: invert(0.7);
vertical-align: middle;
}
ul.footer {
list-style-type: none;
bottom: 0;