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'''\