4,554
edits
No edit summary |
No edit summary |
||
| Line 105: | Line 105: | ||
/* Style the article window */ | /* Style the article window */ | ||
#show-article:hover { | #show-article:hover { | ||
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); /* Adjust the values for position, size, and color */ | box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.2); /* Adjust the values for position, size, and color */ | ||
} | } | ||
#show-article { | #show-article { | ||
display: none; | display: none; | ||