mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
26 lines
618 B
HTML
26 lines
618 B
HTML
<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" />
|
|
<style>
|
|
#storybook-docs {
|
|
[id^="anchor--"],
|
|
#stories {
|
|
a {
|
|
margin-left: -24px !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
body {
|
|
background-color: #ffffff !important;
|
|
}
|
|
|
|
html.dark {
|
|
body {
|
|
background-color: #222222 !important;
|
|
}
|
|
}
|
|
</style>
|