Compare commits

..

No commits in common. "c198abd7d7e682b749febe31a43293aaf2eb0d94" and "65bba0994ff3734cac1b7f4724e89af59fb83987" have entirely different histories.

3 changed files with 1 additions and 17 deletions

View File

@ -1,3 +1,3 @@
.wp-block-pullquote { .wp-block-pullquote {
@apply text-carhop-purple-500 py-6 fjalla font-bold text-4xl my-6 border-primary pl-4 border-t border-b; @apply text-carhop-purple-500 py-6 fjalla font-bold text-3xl my-6 border-primary pl-4 border-t border-b;
} }

View File

@ -52,22 +52,11 @@
} }
article { article {
/* @apply py-12 my-12; */ /* @apply py-12 my-12; */
@apply text-carhop-gray;
.article-title { .article-title {
@apply mb-8; @apply mb-8;
} }
.article-tags { .article-tags {
@apply mb-12; @apply mb-12;
} }
p {
@apply mb-6;
}
h2,
h3 {
@apply font-bold nunito mb-3 mt-12;
font-size: 1.7rem;
}
} }
} }

View File

@ -34,11 +34,6 @@
"slug": "carhop-purple", "slug": "carhop-purple",
"color": "#d6c3ff" "color": "#d6c3ff"
}, },
{
"name": "Carhop Gray",
"slug": "carhop-gray",
"color": "#484D4A"
},
{ {
"name": "Secondary", "name": "Secondary",
"slug": "secondary", "slug": "secondary",