mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
8 lines
161 B
CSS
8 lines
161 B
CSS
a.external {
|
|
overflow-wrap: anywhere;
|
|
}
|
|
body[data-theme="dark"] .sidebar-logo-container {
|
|
background-color: white;
|
|
padding: 5px;
|
|
opacity: 0.6;
|
|
}
|