A clean, modern custom CSS theme for Linkding designed for clarity, readability, and smooth usability.
This theme enhances the default interface with modern cards, improved spacing, and a clean sidebar layout while remaining fully compatible with Linkding's built-in Light and Dark modes.
- Modern card-style bookmark list
- Clean, minimal layout
- Native Light / Dark / Auto mode support
- Scrollable vertical tags sidebar
- Improved search bar and form controls
- Refined settings page layout
- Modal and dropdown polish
- Customizable colors and roundness
- CSS-only — no template changes required
- Works with default Linkding updates
| Device | Light Mode | Dark Mode |
|---|---|---|
| Desktop | ![]() |
![]() |
| Mobile | ![]() |
![]() |
- Open Linkding
- Go to:
Settings → Custom CSS
- Copy contents of:
theme.css
- Paste into the Custom CSS field
- Click Save
- Refresh the page
Done.
This theme follows Linkding's built-in theme setting.
Go to:
Settings → Theme
Choose:
- Light
- Dark
- Auto
No extra configuration required.
This theme supports optional customization variables.
You only need to modify a few variables at the top of the file.
Find this section:
/* OPTIONAL COLOR OVERRIDES */
:root {
/* --custom-primary: #4f46e5; */
/* --custom-tag: #0f766e; */
/* --custom-danger: #dc2626; */
/* --custom-radius: 18px; */
}Uncomment and change values.
If left commented, Linkding defaults are used.
:root {
--custom-primary: #2563eb;
--custom-tag: #0284c7;
}:root {
--custom-primary: #059669;
--custom-tag: #047857;
}:root {
--custom-primary: #7c3aed;
--custom-tag: #9333ea;
}You can control how rounded the interface looks.
Default:
--custom-radius: 18px;Sharp look:
--custom-radius: 8px;Soft modern look:
--custom-radius: 26px;This affects:
- Cards
- Buttons
- Inputs
- Sidebar panels
- Modals
- CSS-only theme
- No template modifications required
- No JavaScript required
- Fully respects Linkding's native theme switching
- Tags sidebar assumes Tags panel is last
Suggestions and improvements are welcome.
Possible future enhancements:
- Alternate tag styles
- Compact layout variant
- Minimal layout variant
- Color presets
- Accessibility tweaks
Pull requests are welcome.
MIT License
Use freely, modify freely, share freely.



