footer & link text
This commit is contained in:
parent
3c10e88b18
commit
c79334c4e9
11 changed files with 255 additions and 49 deletions
|
|
@ -1,3 +1,6 @@
|
|||
@use "abstracts/mixins.scss" as *;
|
||||
|
||||
|
||||
.page-content{
|
||||
font-size: var(--fs-medium);
|
||||
line-height: 1.4;
|
||||
|
|
@ -37,6 +40,25 @@
|
|||
margin-bottom: calc(var(--spacing)*1.5);
|
||||
}
|
||||
|
||||
p a{
|
||||
// color: var(--color-orange);
|
||||
color: var(--color-txt);
|
||||
text-decoration: 2px underline dotted var(--color-green-medium);
|
||||
|
||||
.icon{
|
||||
@include icon(18px);
|
||||
position: relative;
|
||||
top: 2px;
|
||||
svg{
|
||||
fill: var(--color-green);
|
||||
}
|
||||
}
|
||||
&:hover{
|
||||
color: var(--color-green);
|
||||
text-decoration: 2px underline solid var(--color-green-medium);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue