mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-22 11:23:02 +00:00
43115fd8f2
* Add basic bookmark notes * Add bookmark list JS to shared bookmarks page * Allow testing through ngrok * Improve CSS * Set notes through API * Improve notes editing * Improve notes icon * Remove transitions for now * Update keyboard shortcut * Add bookmark list tests * Add setting for showing notes permanently * Add test for toggling notes * Update API docs * Allow searching for notes content * Skip test
9 lines
247 B
SCSS
9 lines
247 B
SCSS
$html-font-size: 18px !default;
|
|
|
|
$alternative-color: #05a6a3;
|
|
$alternative-color-dark: darken($alternative-color, 5%);
|
|
|
|
$secondary-link-color: rgba(87, 85, 217, 0.64);
|
|
|
|
$code-bg-color: rgba(0, 0, 0, 0.05);
|
|
$code-shadow-color: rgba(0, 0, 0, 0.15);
|