mirror of
https://github.com/DanilaFe/abacus
synced 2025-12-28 11:41:08 +00:00
Move button styling into scss.
This commit is contained in:
@@ -23,12 +23,6 @@
|
||||
a {
|
||||
background-color: white;
|
||||
color: #06e8a4;
|
||||
padding: 10px;
|
||||
text-decoration: none;
|
||||
border-radius: 2px;
|
||||
|
||||
margin: 10px;
|
||||
transition: background-color .25s;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
@@ -40,10 +34,10 @@
|
||||
<h1>Abacus</h1>
|
||||
<h2>The programmer's calculator</h2>
|
||||
<div id="buttons">
|
||||
<a href="https://github.com/DanilaFe/abacus/releases">Download</a>
|
||||
<a href="{{ "/about" | relative_url }}">Learn More</a>
|
||||
<a href="https://github.com/DanilaFe/abacus">Contribute</a>
|
||||
<a href="https://github.com/DanilaFe/abacus/wiki">Wiki</a>
|
||||
<a class="button inverted" href="https://github.com/DanilaFe/abacus/releases">Download</a>
|
||||
<a class="button inverted" href="{{ "/about" | relative_url }}">Learn More</a>
|
||||
<a class="button inverted" href="https://github.com/DanilaFe/abacus">Contribute</a>
|
||||
<a class="button inverted" href="https://github.com/DanilaFe/abacus/wiki">Wiki</a>
|
||||
</div>
|
||||
<img src="http://i.imgur.com/Min70QY.png" title="source: imgur.com" />
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user