diff --git a/src/paths/index/components/IndexDescription.js b/src/paths/index/components/IndexDescription.js index 868de82..25f94ba 100644 --- a/src/paths/index/components/IndexDescription.js +++ b/src/paths/index/components/IndexDescription.js @@ -11,11 +11,39 @@ export default class IndexDescription extends LitElement { :host { } } - + /** Component styling **/ :host { line-height: 22px; } + + :host .header-description { + display: flex; + align-items: flex-end; + color: var(--dimmed-font-color); + } + + :host .header-description-column { + flex: 2; + } + :host .header-description-column.header-extra-links { + flex: 1; + text-align: right; + } + + :host .header-description a { + color: var(--link-font-color); + text-decoration: none; + } + :host .header-description a:hover { + color: var(--link-font-color-hover); + } + + :host hr { + border: none; + border-top: 1px solid var(--g-background-extra-color); + width: 30%; + } `; } @@ -23,16 +51,21 @@ export default class IndexDescription extends LitElement { render() { return html` -
- This page lists all open pull-requests (PRs) assigned to every core maintenance team.
-
- Contributors are encouraged to collaborate and clear the backlog by giving these PRs a proper look
- and either accepting or rejecting them.
-
- Positively reviewed PRs are open to be merged by responsible maintainers.
-
- See also https://godot-proposals-viewer.github.io/.
-