neddit

the frontend of the frontpage of the internet  https://neddit.ce9e.org
git clone https://git.ce9e.org/neddit.git

commit
d3754117c41597322da3ef77c9c25447737b2873
parent
c9d2af6a7f7c8292e1aaa37b727f5488952af94f
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2021-12-31 09:45
darker border

Diffstat

M static/style.css 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/static/style.css b/static/style.css

@@ -3,7 +3,7 @@ html {
    3     3 	--bg-tint-color: #f6f6f6;
    4     4 	--fg-tint-color: #777;
    5     5 	--focus-color: #0079d3;
    6    -1 	--border-color: #ddd;
   -1     6 	--border-color: #ccc;
    7     7 	--button-color: #aaa;
    8     8 	--button-hover-color: #bbb;
    9     9