added contact and more
This commit is contained in:
parent
1c23a90826
commit
9ccc7b5bd7
7 changed files with 83 additions and 22 deletions
13
assets/import/include.scss
Normal file
13
assets/import/include.scss
Normal file
|
@ -0,0 +1,13 @@
|
|||
@mixin a-underlined {
|
||||
a {
|
||||
border-bottom: 1px solid;
|
||||
color: $white;
|
||||
margin: -5px;
|
||||
padding: 5px;
|
||||
transition: border .2s, color .2s;
|
||||
&:hover {
|
||||
color: $red;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue