9 lines
397 B
CSS
9 lines
397 B
CSS
/* Bookmarks page — sovereign://bookmarks
|
|
* Imports the shared sovereign:// base theme, then adds bookmarks-specific
|
|
* layout. The base CSS lives in www/sovereign-base.css and is served at
|
|
* sovereign://sovereign-base.css. */
|
|
@import url("sovereign://sovereign-base.css");
|
|
|
|
/* Bookmarks-specific tweaks (most layout is already in base .bm/.form/.dir-header). */
|
|
#bm-dir { min-width: 160px; }
|