-
{{ include.title }}
+ {{ include.title }}
{% if include.title_2 %}
{{ include.title_2 }}
{% endif %}
@@ -12,7 +12,7 @@
Copper mug try-hard pitchfork pour-over freegan heirloom neutra air plant cold-pressed tacos poke beard tote bag. Heirloom echo park mlkshk tote bag selvage hot chicken authentic tumeric truffaut hexagon try-hard chambray.
-
+
diff --git a/home/_layouts/default.html b/home/_layouts/default.html
index a63c6ee3..b767cefd 100644
--- a/home/_layouts/default.html
+++ b/home/_layouts/default.html
@@ -5,7 +5,7 @@
{% include head.html %}
-
+
{% include header.html %}
{{ content }}
diff --git a/home/styles/index.css b/home/styles/index.css
index a55eead3..61e6576f 100644
--- a/home/styles/index.css
+++ b/home/styles/index.css
@@ -16,18 +16,27 @@
@apply font-medium text-gray-900 tracking-widest text-sm mb-3
}
- .cm-text-body {
+ .cm-hvr-btn {
+ @apply text-gray-700 bg-gray-100 hover:bg-gray-200 rounded
+ }
+
+ .cm-gray-1 {
+ @apply text-gray-900
+ }
+
+ .cm-gray-2 {
@apply text-gray-600
}
- .cm-lgt-txt {
- @apply text-gray-900
+ .cm-gray-3 {
+ @apply text-gray-500
}
-}
-a.anchor {
- display: block;
- position: relative;
- top: -72px;
- visibility: hidden;
+ a.anchor {
+ display: block;
+ position: relative;
+ top: -72px;
+ visibility: hidden;
+ }
+
}