diff --git a/resources/app/stylesheets/app.less b/resources/app/stylesheets/app.less index d20783a..bfc654e 100644 --- a/resources/app/stylesheets/app.less +++ b/resources/app/stylesheets/app.less @@ -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; - } - } -}