some styling, more contrast

integration-tests
Josha von Gizycki 6 years ago
parent 748f1099d4
commit a2e6bcd4a7

@ -1,8 +1,8 @@
@ci-color: #ccc;
@ci-blue: Highlight;
@error-color: #e00;
@accent-color: #efefef;
@background-color: Window;
@background-color: #eee;
@ci-color: #aaa;
@border-stack: 1px solid @ci-color;
@text-padding-v: .2rem;
@text-padding-h: 1rem;
@ -125,6 +125,15 @@ img, svg {
margin-bottom: 3rem;
}
}
svg {
.node {
text:nth-of-type(2) {
font-style: italic;
font-size: .8rem;
}
}
}
}
aside {
@ -236,12 +245,3 @@ table {
}
}
}
svg {
.node {
text:last-child {
font-style: italic;
font-size: .8rem;
}
}
}

Loading…
Cancel
Save