Skip to content

Commit 23256cc

Browse files
committed
chore(bluecss): bump node version to 22
1 parent 10f0625 commit 23256cc

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Dockerfile.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ARG CODENAME
22
FROM registry.drycc.cc/drycc/base:${CODENAME} as build-app
33

4-
ENV NODE_VERSION="18"
5-
ENV PYTHON_VERSION="3.11"
4+
ENV NODE_VERSION="22"
5+
ENV PYTHON_VERSION="3.13"
66

77
RUN install-stack node $NODE_VERSION \
88
&& install-stack python $PYTHON_VERSION \

src/dashboard.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5009,7 +5009,7 @@ form label {
50095009
}
50105010

50115011
.btn-primary.active, .btn-primary:active, .open > .btn-primary.drop-down__toggle, .open > .btn-primary.dropdown-toggle {
5012-
background-color: #79bbff !important;
5012+
background-color: #5b9ce8 !important;
50135013
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1) !important
50145014
}
50155015

src/home.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515

1616
.glostick::after {
17-
background: linear-gradient(to right, #79bbff, #8ECDEA);
17+
background: linear-gradient(to right, #5b9ce8, #8ECDEA);
1818
content:'';
1919
width:100%;
2020
position: absolute;
@@ -66,7 +66,7 @@
6666
height: 50px;
6767
width: auto;
6868
text-decoration: none;
69-
color: #79bbff!important;
69+
color: #5b9ce8!important;
7070
padding-left: 0px;
7171
font-size: 18px;
7272
}
@@ -82,15 +82,15 @@
8282
}
8383

8484
.glostick__property__name:hover {
85-
color: #79bbff!important;
85+
color: #5b9ce8!important;
8686
}
8787

8888
.glostick__property__name:active {
89-
color: #79bbff!important;
89+
color: #5b9ce8!important;
9090
}
9191

9292
.glostick__property__name:focus {
93-
color: #79bbff!important;
93+
color: #5b9ce8!important;
9494
}
9595

9696
.glostick__property__name span {

0 commit comments

Comments
 (0)