mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-14 05:59:29 +02:00
Style bookmarks page
This commit is contained in:
23
bookmarks/styles/bookmarks.scss
Normal file
23
bookmarks/styles/bookmarks.scss
Normal file
@@ -0,0 +1,23 @@
|
||||
ul.bookmark-list {
|
||||
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
.description {
|
||||
color: $gray-color;
|
||||
}
|
||||
|
||||
.actions .btn-link {
|
||||
color: $gray-color-dark;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
|
||||
&:focus,
|
||||
&:hover,
|
||||
&:active,
|
||||
&.active {
|
||||
color: darken($gray-color-dark, 10%);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user