mirror of
https://github.com/simonw/datasette.git
synced 2026-05-27 20:36:17 +02: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;
|
|
}
|