This commit is contained in:
parent
03ff4fc0f6
commit
0de1f74f75
4 changed files with 18 additions and 7 deletions
File diff suppressed because one or more lines are too long
|
@ -423,11 +423,16 @@ footer {
|
|||
text-align: center;
|
||||
|
||||
& a {
|
||||
color: var(--c-font-inv);
|
||||
text-decoration: none;
|
||||
color: var(--c-font-inv);
|
||||
margin-right: 10px;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
&:last-of-type {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue