From 4ea7e8204200b06cae53f8e8633e183a36ed3d3f Mon Sep 17 00:00:00 2001 From: cube Date: Fri, 20 Mar 2026 21:29:59 +0000 Subject: [PATCH] readme and revert css changes for now --- README.md | 4 ---- myriad/templates/page.html | 30 +++++++++++++++--------------- 2 files changed, 15 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index d5b192b..b7a0019 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,6 @@ logged in users are presumed to all be admins with distinction only between bein in the blog view, member privacy outweighs individual post privacy. if a private member makes a public post, it will not show up in the public feed. however, if that member switches to public, their public posts will all become publicly viewable (but private posts will remain private). -~~some html files (notably full.html and index.html) will show lots of errors in vscode, because of the use of jinja variables in the inline style. this is fine just ignore it. it doesn't do that in the page.html because simply using quotation marks around the colours is enough to make everything correct, but the use of member specific identifiers as jinja variables renders the entire css 'invalid' in the other html files.~~ - -EDIT: Nvm inline css is currently super broken. Most of it works fine with just erroring in vscode, except for the linear gradient background that seemingly ignores the degrees and % variables when jinja is used. the quotation marks don't fix it, they break it completely - # assorted todo - add blinkies and stamps sections to member pages diff --git a/myriad/templates/page.html b/myriad/templates/page.html index b28e8aa..e892ebd 100644 --- a/myriad/templates/page.html +++ b/myriad/templates/page.html @@ -8,40 +8,40 @@