Skip to content

Commit

Permalink
homepage css tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Jul 22, 2024
1 parent 94566ab commit 0fa55d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/_includes/welcome.jlhtml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<h1>
We are on a mission to make <em>scientific computing</em> more <em>accessible and fun</em>.
</h1>
<p>Simple, reactive programming environment for Julia</p>
<p>Simple, reactive programming environment for the Julia Langauge</p>
<div class="bannerlinks">
<a class="roundbutton" href="#try"><img src="https://cdn.jsdelivr.net/gh/ionic-team/[email protected]/src/svg/flash.svg" aria-hidden="true"> Try online</a>

Expand Down
6 changes: 4 additions & 2 deletions src/assets/styles/welcome.css
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,13 @@ div.header-text > div {
display: flex;
gap: 2em;
justify-content: flex-start;
margin-top: 3em;
}

.header-text .bannerlinks .roundbutton {
background: #72167e;
box-shadow: 0 0 10px #0000004d;
background: #58445a;
outline: 4px solid #ffffff91;
font-size: 1rem;
}

header #topnav {
Expand Down

0 comments on commit 0fa55d3

Please sign in to comment.