Skip to content

Commit

Permalink
Updated styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan3-14 authored Feb 8, 2024
1 parent af4901a commit bf86404
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mindmaps/electricity/convert-html.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
body = soup.find("body")

new_title = soup.new_tag("title")
new_title.string = "Different Title"
new_title.string = ""
title = soup.find("title")

style_link = soup.new_tag("link")
Expand Down
4 changes: 2 additions & 2 deletions mindmaps/main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
body {
background-color: forestgreen;
color: white
background-color: 12122;
color: white;
}

0 comments on commit bf86404

Please sign in to comment.