mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-22 11:24:56 +00:00
A handfull of fixes
This commit is contained in:
parent
95ad97f19d
commit
e7f55dc062
8 changed files with 50 additions and 23 deletions
|
@ -102,7 +102,7 @@ body {
|
|||
background-color: $white;
|
||||
|
||||
border: none;
|
||||
border-radius: $rad;
|
||||
border-radius: calc($rad - (0.5rem + 3px));
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -166,6 +166,20 @@ br {
|
|||
line-height: 0.25rem;
|
||||
}
|
||||
|
||||
/*
|
||||
|-------------------------------------------------------------
|
||||
| Link text
|
||||
|-------------------------------------------------------------
|
||||
*/
|
||||
a.link {
|
||||
display: inline;
|
||||
text-decoration: underline;
|
||||
|
||||
&:hover {
|
||||
color: $page-accent;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|-------------------------------------------------------------
|
||||
| BACK TO TOP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue