mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-20 03:51:14 +02:00
- add an auto-generated table of contents with markdown-toc - docs pages now fill the whole page width; other pages are are 4/5ths wide as before - clean up and reorganize some styles - version dropdown moved to the left - cleaned up the github edit link - a couple of responsive cleanups - add page title to HTML title attribute Signed-off-by: Timothy Gerla <tim@gerla.net>
15 lines
174 B
CSS
15 lines
174 B
CSS
@import 'tailwindcss/base';
|
|
@import 'tailwindcss/components';
|
|
@import 'tailwindcss/utilities';
|
|
|
|
|
|
h1 {
|
|
@apply text-4xl;
|
|
}
|
|
h2 {
|
|
@apply text-2xl;
|
|
}
|
|
h3 {
|
|
@apply text-xl;
|
|
}
|