style: misc
This commit is contained in:
parent
8888ac8622
commit
87a107b0af
|
|
@ -5,8 +5,8 @@ interface LayoutProps {
|
||||||
|
|
||||||
const styles = `
|
const styles = `
|
||||||
:root {
|
:root {
|
||||||
--primary-green: #0F7B4A;
|
--primary-green: #9e2891;
|
||||||
--primary-green-dark: #0a5c37;
|
--primary-green-dark: #7a1f6f;
|
||||||
--secondary-orange: #FFB668;
|
--secondary-orange: #FFB668;
|
||||||
--secondary-orange-dark: #e9a050;
|
--secondary-orange-dark: #e9a050;
|
||||||
--error-red: #EF4444;
|
--error-red: #EF4444;
|
||||||
|
|
@ -38,7 +38,7 @@ const styles = `
|
||||||
color: white;
|
color: white;
|
||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
box-shadow: 0 2px 8px rgba(15, 123, 74, 0.3);
|
box-shadow: 0 2px 8px rgba(158, 40, 145, 0.3);
|
||||||
}
|
}
|
||||||
header h1 {
|
header h1 {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user