x
This commit is contained in:
parent
d60cf95724
commit
6238ff7895
1 changed files with 3 additions and 3 deletions
|
|
@ -171,16 +171,16 @@ body {
|
|||
|
||||
.close {
|
||||
position: absolute;
|
||||
right: 20px; /* More accessible position */
|
||||
right: 36px; /* More accessible position */
|
||||
top: 20px;
|
||||
font-size: 28px; /* Larger clickable area */
|
||||
font-size: 50px; /* Larger clickable area */
|
||||
color: #aaa;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.close:hover,
|
||||
.close:focus {
|
||||
color: black;
|
||||
color: deeppink;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue