diff --git a/sass/main.scss b/sass/main.scss index c6bfbd6..1efd812 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -510,7 +510,31 @@ ul.language-select > li { padding: 0; } -.blog__post-item{ +.blog__post-item { list-style: none; background-attachment: yellow; } + +.banner { + background: #609926; + color: #fff; + padding: 10px; + text-align: center; +} + +.banner > a:hover { + text-decoration: none; +} + +.banner__btn { + border: none; + background: white; + color: #609926; + border-radius: 2px; + font-size: 18px; +} + +.banner__btn:hover { + cursor: pointer; + background: lightgrey; +} diff --git a/templates/index.html b/templates/index.html index 013ad32..10265b2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,44 +1,53 @@ -{% set description = "The Gitea Community is asking Gitea Owners to correct conflicts of interest and restore Community Trust." %} -{% set headline = "Restoring Trust in the Gitea Project" %} -{% set title = "Open Letter to Gitea" %} +{% set description = "The Gitea Community is asking Gitea Owners to correct +conflicts of interest and restore Community Trust." %} {% set headline = +"Restoring Trust in the Gitea Project" %} {% set title = "Open Letter to Gitea" +%} {% include "head.html" %} - +
-
-

{{ title }}

- - -
-
- {% block content %} - {% for page in section.pages %} -
- Gitea Open Letter logo -
- {{ page.content | safe }} -
-
- {% endfor %} - {% endblock content %} +
+

{{ title }}

+ + +
+
+ {% block content %} {% for page in section.pages %} +
+ Gitea Open Letter logo + - -
+
{{ page.content | safe }}
+ + {% endfor %} {% endblock content %} +
- - - - {% include "footer.html" %} - - + {% include + "footer.html" %} + +