refactor: move website files to the root level
This commit is contained in:
parent
c2887ecbc5
commit
2cbbfd60ff
590 changed files with 0 additions and 4484 deletions
30
assets/css/base.pcss
Normal file
30
assets/css/base.pcss
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
@layer base {
|
||||
h2 {
|
||||
@apply font-bold
|
||||
}
|
||||
|
||||
blockquote {
|
||||
@apply pl-4 border-l-3 border-blue-primary dark:border-blue-400;
|
||||
}
|
||||
|
||||
code {
|
||||
@apply px-2 py-1 text-sm rounded-md text-grey-700 bg-grey-200 dark:bg-grey-800 dark:text-grey-100;
|
||||
}
|
||||
|
||||
pre {
|
||||
@apply p-4 my-8 overflow-auto rounded-md text-grey-700 bg-grey-200 dark:bg-grey-800 dark:text-grey-100;
|
||||
}
|
||||
|
||||
pre code {
|
||||
@apply bg-transparent;
|
||||
}
|
||||
|
||||
iframe {
|
||||
@apply w-full;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
@apply outline-black dark:outline-white;
|
||||
outline-offset: 2px !important;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue