This commit is contained in:
Marc Beninca 2023-07-01 09:34:15 +02:00
parent a3785525ec
commit befcbfc8eb

View file

@ -202,6 +202,10 @@ font-weight: bold;
margin: 0;
padding: .5em 1.5em;
}}
.tabs > label:hover {{
background: linear-gradient(rgba(64,64,64,0), rgba(64,64,64,1));
color: rgb(192,0,0);
}}
.tabs > div {{
margin: 0
padding: 1em 0 0 0;
@ -257,24 +261,10 @@ text-align: center;
border: none;
height: 4em;
}}
/*******************************************************************************
* {{
box-sizing: border-box;
//margin: 0;
//padding: 0;
}}
body {{
font-size: 1.25em;
}}
nav a {{
#color: rgb(128,128,0);
padding: .25em .5em;
//transition: all .5s;
}}
'''
js_file = os.path.join(js, 'index.js')
js_text = f'''\