Display tags in bookmark list

This commit is contained in:
Sascha Ißbrücker
2019-06-30 08:24:21 +02:00
parent 4a16e4d64c
commit accc360ae5
7 changed files with 65 additions and 11 deletions

View File

@@ -5,11 +5,15 @@ ul.bookmark-list {
padding: 0;
.description {
color: $gray-color;
color: $gray-color-dark;
a {
color: $alternative-color;
}
}
.actions .btn-link {
color: $gray-color-dark;
color: $gray-color;
padding-left: 0;
padding-right: 0;
@@ -17,7 +21,7 @@ ul.bookmark-list {
&:hover,
&:active,
&.active {
color: darken($gray-color-dark, 10%);
color: darken($gray-color, 10%);
}
}
}

View File

@@ -1,6 +1,12 @@
// Font sizes
$html-font-size: 18px !default;
$alternative-color: #f45d00;
$alternative-color: #FF84E8;
$alternative-color: #98C1D9;
$alternative-color: #7B287D;
$alternative-color: #06c5c2;
// Import Spectre CSS lib
@import "../../node_modules/spectre.css/src/spectre";
// Import Spectre icons