Skip to content

Commit a4d30de

Browse files
committed
fix:radial-value
1 parent bfd1d65 commit a4d30de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

api/_lib/template.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ const twOptions = { folder: "svg", ext: ".svg" };
66
const emojify = (text: string) => twemoji.parse(text, twOptions);
77

88
function getCss(theme: string, fontSize: string) {
9-
let background = "#ffffff";
10-
let radial = "#dde1e4";
9+
let background = "#DDFFEF";
10+
let radial = "#A4E2C5";
1111

1212
if (theme === "dark") {
1313
background = "#17171d";
@@ -98,7 +98,7 @@ function getCss(theme: string, fontSize: string) {
9898
position: absolute;
9999
top: 0;
100100
width: 100%;
101-
color: #13810C;
101+
color: #10b467;
102102
display: flex;
103103
justify-content: center;
104104
align-items: center;

public/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ img {
381381
color: inherit;
382382
}
383383
a {
384-
color: #ff8c37;
384+
color: #10b467;
385385
}
386386
.image-wrapper {
387387
border-bottom: 0 !important;

0 commit comments

Comments
 (0)