Skip to content

Commit

Permalink
additional new colour tweaks (redlib-org#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
DokterKaj authored Oct 12, 2024
1 parent f4a457e commit 3ff907d
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

---

Expand Down
Binary file modified static/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/favicon.ico
Binary file not shown.
Binary file modified static/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion static/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
:root,
.dark {
/* Default & fallback theme (dark) */
--accent: #d74253;
--accent: #d54455;
--green: #5cff85;
--text: white;
--foreground: #222;
Expand All @@ -62,7 +62,7 @@
/* Browser-defined light theme */
@media (prefers-color-scheme: light) {
:root {
--accent: #aa2434;
--accent: #bb2b3b;
--green: #00a229;
--text: black;
--foreground: #f5f5f5;
Expand Down Expand Up @@ -192,7 +192,7 @@ nav.fixed_navbar {
nav * {
color: var(--text);
}
nav #reddit,
nav #red,
#code > span {
color: var(--accent);
}
Expand Down
2 changes: 1 addition & 1 deletion static/themes/black.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Black theme setting */
.black {
--accent: #aa2434;
--accent: #bb2b3b;
--green: #00a229;
--text: white;
--foreground: #0f0f0f;
Expand Down
2 changes: 1 addition & 1 deletion static/themes/dark.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Dark theme setting */
.dark{
--accent: #d74253;
--accent: #d54455;
--green: #5cff85;
--text: white;
--foreground: #222;
Expand Down
2 changes: 1 addition & 1 deletion static/themes/light.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Light theme setting */
.light {
--accent: #aa2434;
--accent: #bb2b3b;
--green: #00a229;
--text: black;
--foreground: #f5f5f5;
Expand Down
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<nav class="
{% if prefs.fixed_navbar == "on" %} fixed_navbar{% endif %}">
<div id="logo">
<a id="redlib" href="/"><span id="lib">red</span><span id="reddit">lib.</span></a>
<a id="redlib" href="/"><span id="red">red</span><span id="lib">lib.</span></a>
{% block subscriptions %}{% endblock %}
</div>
{% block search %}{% endblock %}
Expand Down

0 comments on commit 3ff907d

Please sign in to comment.