mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
Update _project-Main.scss
Fixing issue #439 - overlay font smaller and further from file-open link to prevent mis-clicking; overlay font enlarges on hover so users can see which they are about to click
This commit is contained in:
parent
3d9cd560c5
commit
5de38ec406
1 changed files with 6 additions and 1 deletions
|
@ -482,10 +482,15 @@
|
||||||
.overlay a {
|
.overlay a {
|
||||||
color: white;
|
color: white;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 14px;
|
font-size: 12px;
|
||||||
display: block;
|
display: block;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.overlay a:hover {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
.overlay .fa-trash, .modal .fa-trash {
|
.overlay .fa-trash, .modal .fa-trash {
|
||||||
vertical-align: 1px;
|
vertical-align: 1px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue