diff --git a/docs/post/ What is tailwindcss-.html b/docs/post/ What is tailwindcss-.html index f75382c..9c63925 100644 --- a/docs/post/ What is tailwindcss-.html +++ b/docs/post/ What is tailwindcss-.html @@ -45,6 +45,17 @@ body {padding: 8px;} .postTitle{font-size:24px;} } +.copy-feedback { + display: none; + position: absolute; + top: 10px; + right: 50px; + color: var(--color-fg-on-emphasis); + background-color: var(--color-fg-muted); + border-radius: 3px; + padding: 5px 8px; + font-size: 12px; +} @@ -170,7 +181,7 @@

NOTE

diff --git a/docs/post/Famous saying.html b/docs/post/Famous saying.html index 4bc9d78..d8c63a4 100644 --- a/docs/post/Famous saying.html +++ b/docs/post/Famous saying.html @@ -43,6 +43,7 @@ body {padding: 8px;} .postTitle{font-size:24px;} } + @@ -205,6 +206,9 @@

Famous saying

} } } + + + diff --git a/docs/post/create my blog.html b/docs/post/create my blog.html index 2962fd6..26620a1 100644 --- a/docs/post/create my blog.html +++ b/docs/post/create my blog.html @@ -43,6 +43,7 @@ body {padding: 8px;} .postTitle{font-size:24px;} } + @@ -179,6 +180,9 @@

create my blog

} } } + + +