mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-11 11:22:53 +02:00
Docs site added
This commit is contained in:
+27
-1
@@ -1,3 +1,29 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
@tailwind utilities;
|
||||
|
||||
html, body {height: 100%;}
|
||||
|
||||
.changelog {
|
||||
@apply py-8 space-y-4;
|
||||
|
||||
h1 {
|
||||
@apply hidden;
|
||||
}
|
||||
|
||||
h2 {
|
||||
@apply text-3xl text-whisper-900;
|
||||
}
|
||||
|
||||
ul {
|
||||
@apply list-disc pl-4 pb-8;
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
@apply text-teal-500;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
@apply text-teal-800;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user