datasette/docs/_static/css/custom.css

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
161 B
CSS
Raw Normal View History

a.external {
overflow-wrap: anywhere;
}
2022-05-20 13:34:51 -07:00
body[data-theme="dark"] .sidebar-logo-container {
background-color: white;
padding: 5px;
opacity: 0.6;
}