Skip to content

Commit 63bb952

Browse files
committed
feat: #336, #332 - Use darker font for subtext
1 parent 0b3a758 commit 63bb952

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ The heading directly under the nav bar.
170170
}
171171

172172
.desc1 {
173-
@apply mx-auto mt-5 text-center font-satoshi text-lg text-gray-400 sm:text-xl md:block;
173+
@apply mx-auto mt-5 text-center font-satoshi text-lg text-gray-800 sm:text-xl md:block;
174174
font-size: 100%;
175175
letter-spacing: 0.03em;
176176
}

frontend/src/pages/Feedback/Feedback.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function Feedback() {
88
<div className="mt-10">
99
<h2 className="px-2 text-center font-quicksand text-2xl font-medium text-gray-800 md:mt-7 md:p-0 md:px-0 md:text-5xl">Feedback</h2>
1010
<p className="mx-auto mt-5 mb-10
11-
max-w-[100%] text-center font-satoshi text-log text-gray-400 sm:text-x; md:block">
11+
max-w-[100%] text-center font-satoshi text-log text-gray-800 sm:text-x; md:block">
1212
Leave feedback for the Balancer Team in the form below or send us a message directly at {" "}
1313
<a href="mailto:[email protected]" className="underline hover:border-blue-600 hover:text-blue-600 hover:no-underline">
1414

0 commit comments

Comments
 (0)