mirror of
https://github.com/formbricks/formbricks.git
synced 2026-03-07 10:19:02 -06:00
fix: (landing page) setup code font visibility (#2079)
Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4cc3ee278d
commit
3b2cf7c0da
@@ -13,7 +13,7 @@ const styles: Record<string, CSSProperties> = {
|
||||
marginTop: "1rem",
|
||||
borderRadius: "0.375rem",
|
||||
fontSize: "0.875rem",
|
||||
fontWeight: "lighter",
|
||||
fontWeight: "normal",
|
||||
color: "#e5e7eb",
|
||||
},
|
||||
pre: {
|
||||
@@ -21,7 +21,7 @@ const styles: Record<string, CSSProperties> = {
|
||||
},
|
||||
code: {
|
||||
textShadow: "none",
|
||||
color: "#fbbf24",
|
||||
color: "#333333",
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user