Files
linkding/bookmarks/styles/settings.scss
Sascha Ißbrücker 83c2530df4 Add option for custom CSS (#652)
* Add option for adding custom CSS

* add missing migration
2024-03-17 01:11:59 +01:00

22 lines
292 B
SCSS

.settings-page {
section.content-area {
margin-bottom: $unit-12;
h2 {
margin-bottom: $unit-4;
}
}
textarea.custom-css {
font-family: monospace;
}
.input-group > input[type=submit] {
height: auto;
}
section.about table {
max-width: 500px;
}
}