Main text color fix
This commit is contained in:
parent
1c2d86cc63
commit
a5ae4238ef
@ -17,7 +17,8 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Poppins";
|
font-family: "Poppins";
|
||||||
src: url("assets/fonts/Poppins-Medium.eot");
|
src: url("assets/fonts/Poppins-Medium.eot");
|
||||||
src: url("assets/fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
|
src: url("assets/fonts/Poppins-Medium.eot?#iefix")
|
||||||
|
format("embedded-opentype"),
|
||||||
url("assets/fonts/Poppins-Medium.woff2") format("woff2"),
|
url("assets/fonts/Poppins-Medium.woff2") format("woff2"),
|
||||||
url("assets/fonts/Poppins-Medium.ttf") format("truetype");
|
url("assets/fonts/Poppins-Medium.ttf") format("truetype");
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@ -28,7 +29,8 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Poppins";
|
font-family: "Poppins";
|
||||||
src: url("assets/fonts/Poppins-Regular.eot");
|
src: url("assets/fonts/Poppins-Regular.eot");
|
||||||
src: url("assets/fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
|
src: url("assets/fonts/Poppins-Regular.eot?#iefix")
|
||||||
|
format("embedded-opentype"),
|
||||||
url("assets/fonts/Poppins-Regular.woff2") format("woff2"),
|
url("assets/fonts/Poppins-Regular.woff2") format("woff2"),
|
||||||
url("assets/fonts/Poppins-Regular.ttf") format("truetype");
|
url("assets/fonts/Poppins-Regular.ttf") format("truetype");
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
@ -91,7 +93,6 @@
|
|||||||
--color-gray-50: 250 250 250;
|
--color-gray-50: 250 250 250;
|
||||||
--color-gray-75: 240 240 240;
|
--color-gray-75: 240 240 240;
|
||||||
--color-gray-100: 235 235 235;
|
--color-gray-100: 235 235 235;
|
||||||
;
|
|
||||||
--color-gray-200: 214 214 214;
|
--color-gray-200: 214 214 214;
|
||||||
--color-gray-300: 191 191 191;
|
--color-gray-300: 191 191 191;
|
||||||
--color-gray-400: 166 166 166;
|
--color-gray-400: 166 166 166;
|
||||||
@ -204,7 +205,7 @@
|
|||||||
|
|
||||||
.separate::after,
|
.separate::after,
|
||||||
.separate::before {
|
.separate::before {
|
||||||
content: '';
|
content: "";
|
||||||
@apply border-b border-gray-300 flex-1;
|
@apply border-b border-gray-300 flex-1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -215,4 +216,4 @@
|
|||||||
.separate:not(:empty)::before {
|
.separate:not(:empty)::before {
|
||||||
@apply mr-2;
|
@apply mr-2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user