Skip to content

Commit a34f6dc

Browse files
committed
AI Dev CSS tweaks
1 parent 0f4445e commit a34f6dc

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/style/procPages/procPages_aiDevStyle.css

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,11 @@
4040
}
4141

4242
.aiDevPage-sectionNavListStyle{
43-
background-color: rgba(59, 59, 59, 0.16);
43+
background-color: rgba(45, 45, 55, 0.2);
4444
}
4545

4646
@media screen and ((min-width: 1000px) or (min-aspect-ratio: 1)) {
4747
.aiDevPage-sectionNavListStyle{
48-
background: linear-gradient(-45deg, rgba(59, 59, 59, 0.0), rgba(59, 59, 59, 0.56));
4948
height: 100%;
5049
overflow: auto;
5150
}
@@ -112,8 +111,8 @@
112111
}
113112
.procPagesNav_aiDevStyle a {
114113
border: 1px solid #8086fd;
115-
color: #6e86ff;
116-
background-color: rgba(77, 91, 140, 0.35);
114+
color: #8ea0ff;
115+
background-color: rgba(78, 86, 116, 0.35);
117116
}
118117
.procPagesNav_aiDevStyle a:hover {
119118
text-shadow: 1px 1.5px 4px #2a469b;
@@ -128,9 +127,9 @@
128127

129128
.procPagesNav_aiDevActiveStyle {
130129
text-shadow: 1px 1.5px 4px #2a469b;
131-
background-color: rgba(87, 112, 204, 0.532) !important;
132-
border: 1px solid rgba(89, 164, 94, 0.94) !important;
133-
color: #758cff !important;
130+
background-color: rgba(55, 85, 196, 0.64) !important;
131+
border: 1px solid rgba(95, 111, 255, 0.94) !important;
132+
color: #b9c5ff !important;
134133
}
135134

136135
/* -- -- -- */

0 commit comments

Comments
 (0)