Skip to content

Commit

Permalink
chore: update colors 💄
Browse files Browse the repository at this point in the history
  • Loading branch information
shatgupt committed Jul 10, 2017
1 parent 3e3f74d commit 3352673
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ body {
font-size: 18px;
max-width: 800px;
margin: 0 auto;
color: black;
color: #37474f;
line-height: 1.5;
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

h1, h2, h3, h4, h5, h6 {
color: #263238;
}

a {
color: inherit;
text-decoration-color: grey;
Expand Down
2 changes: 1 addition & 1 deletion faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h4 id="privacy-policy"><a href="#privacy-policy">#</a> Privacy Policy OR How is
<h4 id="source"><a href="#source">#</a> Where is the source code?</h4>
<ul>
<li><a href="https://github.com/shatgupt/runmycode.online">RunMyCode Online Website</a></li>
<li><a href="https://github.com/shatgupt/runmycode-ext">RunMyCode Online Browser Extension</a></li>
<li><a href="https://github.com/shatgupt/runmycode-ext">RunMyCode Online Browser Extensions</a></li>
<li><a href="#">RunMyCode Online API</a> (soon)</li>
</ul>
</main>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h4 id="action-msg">Get a key by authenticating below. <a href="faq.html#auth">W
</div>
<a href="dashboard.html" class="btn btn-dashboard hide-if-no-user">Go to Dashboard</a>

<p>Run <a href="faq.html#supported-lang">supported code</a> through <a href="codesheet.html">CodeSheet</a> or from <a href="faq.html#supported-sites">supported sites</a> using one of the <a href="faq.html#browser-ext">browser extensions</a>:<br><a href="https://chrome.google.com/webstore/detail/runmycode-online/iidcnkpdmnopbbkdmneglbelcefgfohf">Chrome</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/runmycode-online">Firefox</a></p>
<p><a href="faq.html#supported-lang">Supported code</a> can be run in <a href="codesheet.html">CodeSheet</a> or directly from <a href="faq.html#supported-sites">supported sites</a> using browser extensions:<br><a href="https://chrome.google.com/webstore/detail/runmycode-online/iidcnkpdmnopbbkdmneglbelcefgfohf">Chrome</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/runmycode-online">Firefox</a></p>
</main>

<footer>
Expand Down

0 comments on commit 3352673

Please sign in to comment.