Skip to content

Commit

Permalink
Layout changes
Browse files Browse the repository at this point in the history
  • Loading branch information
s-steinhorst committed Oct 16, 2023
1 parent 87fbbfe commit f22df36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

body {
height: 100%;
background: lightslategray;
background: lightgrey;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
}
Expand All @@ -24,7 +24,7 @@
width: 100%;
max-width: 26rem;
height: calc(100% - 4rem);
margin: 2rem auto;
margin: 1rem auto;
}
</style>
</head>
Expand Down
2 changes: 1 addition & 1 deletion mastodon-timeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ window.addEventListener("load", () => {
spinner_class: "loading-spinner",

// Preferred color theme: 'light', 'dark' or 'auto'. Default: auto
default_theme: "auto",
default_theme: "light",

// Your Mastodon instance
instance_url: "https://mastodon.social",
Expand Down

0 comments on commit f22df36

Please sign in to comment.