customize header, footer and homepage#1
Conversation
|
I think |
|
dspace.tul.cz has another info in the footer than Vanilla DSpace. Please update the footer and add there |
| align-items: baseline; | ||
| background-color: var(--lt-tul-purple); | ||
| } | ||
|
|
There was a problem hiding this comment.
add here :hover colors
| // | ||
| // Style anchor elements. | ||
| --bs-link-color: #{$link-color}; | ||
| --bs-link-color: white; |
There was a problem hiding this comment.
I think better solution could be updating link-color what do you think?
| @@ -1,15 +1,19 @@ | |||
| @font-face { | |||
| font-family: 'TUL Mono'; | |||
There was a problem hiding this comment.
tul.cz has in the navbar 0.85rem 'TUL Mono', sans-serif; is it the same?
| danger: $red, | ||
| light: $gray-100, | ||
| dark: $dark | ||
| "primary": $blue, |
There was a problem hiding this comment.
why did you wrap it in the quotation marks? Are we sure it won't break other components which are using this $theme-colors?
There was a problem hiding this comment.
oh yes, my bad. I'll revert it
There was a problem hiding this comment.
I just want to make it consistent
|
@HuynhKhoa1601 I think it looks good :) Thanks. My last suggestion is: |













Problem description
dataquest-dev#188