Add styling with base16.
Solarized-dark for now.
This commit is contained in:
parent
590782701d
commit
fc7e13e7bb
18 changed files with 83 additions and 70 deletions
|
@ -8,14 +8,13 @@
|
|||
<script src="./favorite_button.js" ></script>
|
||||
|
||||
<style lang='scss'>
|
||||
@import '../../_variables.scss';
|
||||
.favorite-button {
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
color: $main-color;
|
||||
color: orange;
|
||||
}
|
||||
}
|
||||
.icon-star {
|
||||
color: $main-color;
|
||||
color: orange;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue