diff --git a/app/app.vue b/app/app.vue index f8eacfa..fab1d78 100644 --- a/app/app.vue +++ b/app/app.vue @@ -1,5 +1,11 @@ + + diff --git a/app/assets/css/main.css b/app/assets/css/main.css index 9577ba9..85ac4ab 100644 --- a/app/assets/css/main.css +++ b/app/assets/css/main.css @@ -56,21 +56,17 @@ body { h1, h2, h3, h4, h5, h6 { font-weight: 600; line-height: 1.25; - color: var(--text-primary); } p { - color: var(--text-secondary); line-height: 1.6; } a { - color: var(--text-link); text-decoration: none; } a:hover { - color: var(--text-link-hover); text-decoration: underline; } @@ -81,8 +77,7 @@ code { border-radius: var(--radius-sm); } - SEMANTIC COMPONENTS (SAFE) - ============================================== */ +/* SEMANTIC COMPONENTS (SAFE) */ .card { diff --git a/app/components/post/PostDetail.vue b/app/components/post/PostDetail.vue new file mode 100644 index 0000000..c2d81e7 --- /dev/null +++ b/app/components/post/PostDetail.vue @@ -0,0 +1,503 @@ +