diff --git a/README.md b/README.md index 14bb3ef..16be29e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > An alternative private front-end to Reddit, with its origins in [Libreddit](https://github.com/libreddit/libreddit). -![screenshot](https://i.ibb.co/QYbqTQt/libreddit-rust.png) +![screenshot](https://i.ibb.co/18vrdxk/redlib-rust.png) --- diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png index bf936d4..101cd8c 100644 Binary files a/static/apple-touch-icon.png and b/static/apple-touch-icon.png differ diff --git a/static/favicon.ico b/static/favicon.ico index fcee247..7dc6b48 100644 Binary files a/static/favicon.ico and b/static/favicon.ico differ diff --git a/static/favicon.png b/static/favicon.png index c2d0a0f..6035161 100644 Binary files a/static/favicon.png and b/static/favicon.png differ diff --git a/static/logo.png b/static/logo.png index d43b242..72a7b5b 100644 Binary files a/static/logo.png and b/static/logo.png differ diff --git a/static/logo.svg b/static/logo.svg index f92a86a..16f73b5 100644 --- a/static/logo.svg +++ b/static/logo.svg @@ -1,7 +1,7 @@ - + diff --git a/static/style.css b/static/style.css index ef4b487..a9d893a 100644 --- a/static/style.css +++ b/static/style.css @@ -41,7 +41,7 @@ :root, .dark { /* Default & fallback theme (dark) */ - --accent: #d74253; + --accent: #d54455; --green: #5cff85; --text: white; --foreground: #222; @@ -62,7 +62,7 @@ /* Browser-defined light theme */ @media (prefers-color-scheme: light) { :root { - --accent: #aa2434; + --accent: #bb2b3b; --green: #00a229; --text: black; --foreground: #f5f5f5; @@ -192,7 +192,7 @@ nav.fixed_navbar { nav * { color: var(--text); } -nav #reddit, +nav #red, #code > span { color: var(--accent); } diff --git a/static/themes/black.css b/static/themes/black.css index e6f7d57..1ab8e6c 100644 --- a/static/themes/black.css +++ b/static/themes/black.css @@ -1,6 +1,6 @@ /* Black theme setting */ .black { - --accent: #aa2434; + --accent: #bb2b3b; --green: #00a229; --text: white; --foreground: #0f0f0f; diff --git a/static/themes/dark.css b/static/themes/dark.css index d669dde..9ec1528 100644 --- a/static/themes/dark.css +++ b/static/themes/dark.css @@ -1,6 +1,6 @@ /* Dark theme setting */ .dark{ - --accent: #d74253; + --accent: #d54455; --green: #5cff85; --text: white; --foreground: #222; diff --git a/static/themes/light.css b/static/themes/light.css index e2ab530..afa1bd3 100644 --- a/static/themes/light.css +++ b/static/themes/light.css @@ -1,6 +1,6 @@ /* Light theme setting */ .light { - --accent: #aa2434; + --accent: #bb2b3b; --green: #00a229; --text: black; --foreground: #f5f5f5; diff --git a/templates/base.html b/templates/base.html index bb11560..29122e0 100644 --- a/templates/base.html +++ b/templates/base.html @@ -38,7 +38,7 @@ - redlib. + redlib. {% block subscriptions %}{% endblock %} {% block search %}{% endblock %}