Skip to content

Commit

Permalink
Changing CSS + adding themes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweeistaken committed Sep 3, 2024
1 parent 69855b1 commit 4a3eedd
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 8 deletions.
42 changes: 40 additions & 2 deletions Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ public partial class Form1 : Form
string markfile;
string htmlfile = "<h1>Welcome to MintHTML</h1><p>Open a markdown file and press \"Render preview\" to see the output here.</p>";
string csssuffix = @"
div{
font-family: monospace;
background-color: #F3F3F3;
border: solid;
border-width: 1px
}
</style>
<ul style=""list-style-type:circle;"">";
string logo = @"<svg
Expand Down Expand Up @@ -333,5 +327,10 @@ private void exitToolStripMenuItem_Click(object sender, EventArgs e)
{
Application.Exit();
}

private void systemToolStripMenuItem_Click(object sender, EventArgs e)
{

}
}
}

0 comments on commit 4a3eedd

Please sign in to comment.