4,554
edits
No edit summary |
No edit summary |
||
Line 104: | Line 104: | ||
} | } | ||
/* Style the article window */ | /* Style the article window */ | ||
#show-article-wrapper { | #show-article-wrapper { | ||
Line 117: | Line 116: | ||
background-color: white; | background-color: white; | ||
border: 1px solid; | border: 1px solid; | ||
transition: transform 0.3s, border 0.3s; /* Add transitions | transition: transform 0.3s ease, border 0.3s ease; /* Add transitions with ease timing function */ | ||
} | } | ||