2024-09-27 03:21:28 +02:00
|
|
|
<link rel="stylesheet" href="/fontawesome/css/fontawesome.min.css" />
|
|
|
|
<link rel="stylesheet" href="/fontawesome/css/brands.min.css" />
|
|
|
|
<link rel="stylesheet" href="/fontawesome/css/solid.min.css" />
|
|
|
|
<link rel="stylesheet" href="/fontawesome/css/sharp-solid.min.css" />
|
|
|
|
<link rel="stylesheet" href="/fontawesome/css/sharp-regular.min.css" />
|
2024-09-27 04:24:12 +02:00
|
|
|
<style>
|
|
|
|
#storybook-docs {
|
|
|
|
[id^="anchor--"],
|
|
|
|
#stories {
|
|
|
|
a {
|
|
|
|
margin-left: -24px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2024-09-27 04:37:07 +02:00
|
|
|
|
|
|
|
body {
|
|
|
|
background-color: #ffffff !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
html.dark {
|
|
|
|
body {
|
|
|
|
background-color: #222222 !important;
|
|
|
|
}
|
|
|
|
}
|
2024-09-27 04:24:12 +02:00
|
|
|
</style>
|