Skip to content

Commit 277da42

Browse files
committed
update
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 7ae9b38 commit 277da42

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

assets/scss/_styles_project.scss

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ a:not([href]):not([class]), a:not([href]):not([class]):hover {
148148

149149
}
150150
td-sidebar {
151+
background-image: linear-gradient(to top, #1e2117, #1d1912, #18120e, #0f0a09, #000000);
152+
151153
td-sidebar__inner {
152154
td-sidebar__search {
153155
td-search {
@@ -160,7 +162,6 @@ td-sidebar {
160162
.td-sidebar-nav {
161163
overflow: hidden;
162164
padding:0px;
163-
164165
&__section-title {
165166
a {
166167
color: $gray-400;
@@ -186,10 +187,14 @@ td-sidebar {
186187
text-decoration: none;
187188
}
188189
&.active:not(.tree-root) {
189-
border: 2px solid $primary !important;
190+
border-width: 1px;
191+
border-style: solid;
192+
border-image: linear-gradient(to left, rgba($dark,.2) 30%, rgba($primary,.3) 60%, $primary 90% 100%) 1;
193+
background-color: linear-gradient(to left, rgba($dark,.2) 30%, rgba($primary,.3) 60%, $primary 90% 100%) 1;
190194
padding: .25rem;
191195
padding-left: .5rem !important;
192-
background-color: rgba($primary, .1);
196+
// background-image: linear-gradient(to left, rgba($dark,.33),rgba($dark,.5),rgba($dark,.75),#1e2117, #31412b, #3b6447, #378b6d, #00b39f);
197+
background-color: rgba($primary, .05);
193198
color: $secondary;
194199
}
195200
&.active.tree-root {

0 commit comments

Comments
 (0)