From 929765d0fba2d40bafc0aa30d557d545c62a992c Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 3 Jul 2023 21:23:00 +0200 Subject: [PATCH] css/debug --- build.py | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/build.py b/build.py index 039fc43..aa7690c 100755 --- a/build.py +++ b/build.py @@ -185,10 +185,6 @@ def main(): ''' css_file = os.path.join(css, 'index.css') css_text = f'''\ -/* -* {{ border: 1px solid; }} -/**/ - @media screen and (max-aspect-ratio: 10/16) {{ body {{ @@ -259,7 +255,7 @@ background: linear-gradient(rgba(64,64,64,0), rgba(64,64,64,1)); color: rgb(192,0,0); }} .tabs > div {{ -margin: 0 +margin: 0; }} a {{ @@ -312,6 +308,14 @@ text-align: center; border: none; height: 4em; }} + +/* + +* {{ +border-color: rgb(255,0,255); +border-style: solid; +border-width: 1px; +}} ''' js_file = os.path.join(js, 'index.js') js_text = f'''\