diff options
Diffstat (limited to 'embed.cgi')
-rwxr-xr-x | embed.cgi | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,6 +14,7 @@ if __name__ == "__main__": "george": '#3d3db8', "links": 'blue', "underline": "blue", + "border": "black", } @@ -75,7 +76,7 @@ f"""<!DOCTYPE html> padding-left: 5px; padding-right: 5px; height: 45px; - border: 1px solid black; + border: 1px solid {colors["border"]}; box-shadow: 5px 5px black; background-color: {colors["bg"]}; color: {colors["fg"]}; |