diff --git a/public/assets/css/base.css b/public/assets/css/base.css index fad48e76d9..1d55d0eca3 100644 --- a/public/assets/css/base.css +++ b/public/assets/css/base.css @@ -59,13 +59,13 @@ html * { @media (prefers-color-scheme: light) { :root { /* colours and shadows */ - --bg1: #F4F2E8; - --bg2: #B5BBB4; - --bg3: #6C766B; - --bg-button: #F4F2E866 !important; + --bg1: #eceff4; + --bg2: #4c566a66; + --bg3: #2e3440; + --bg-button: #d8dee966 !important; - --translucent: #F4F2E866; - --white: #002B36; + --translucent: #eceff466; + --white: #2e3440; --shadow: 0px 0px 32px 0px #00000066; --shadow-light: 0px 0px 32px 0px #FFFFFF66; diff --git a/public/assets/images/bg-light.png b/public/assets/images/bg-light.png index 7e30e6c8db..af7f8a9273 100644 Binary files a/public/assets/images/bg-light.png and b/public/assets/images/bg-light.png differ diff --git a/templates/note/view.html.twig b/templates/note/view.html.twig index 65854e9e86..0477bf90f7 100644 --- a/templates/note/view.html.twig +++ b/templates/note/view.html.twig @@ -46,14 +46,14 @@ {# {% endfor %} #} {# #} {% if hide_attachments is not defined %} -
+
{% for attachment in note.getAttachments() %} {% include '/attachments/view.html.twig' with {'attachment': attachment, 'note': note} only%} {% endfor %}
{% endif %} {% if note.getLinks() is not empty %} -