From c83ca7a8855c143f057c599097d46718a811896a Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Sat, 21 Dec 2019 23:24:21 +0100 Subject: [PATCH] fix dots display --- resources/sass/app.scss | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/resources/sass/app.scss b/resources/sass/app.scss index acf5f689..2f2cfa0a 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -56,11 +56,16 @@ nav.level { background: hsl(48, 100%, 67%); /* yellow */ } -.dots li:nth-child(-n+21) { +.dots li:nth-child(-n+18) { background: hsl(141, 71%, 48%); /* green */ } -.dots li:nth-child(3n+1), .dots li:nth-child(3n+2) { - // background-color: black; +.dots li:nth-child(3n+2), .dots li:nth-child(3n+3) { + //background-color: black; display:none; +} + +.dots li:last-child() { + // background-color: black; + //display:none; } \ No newline at end of file