/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 08 2024 | 16:43:49 */
.wiki-search {
    color: #0000EE; /* Traditional link blue */
    text-decoration: underline; /* Underline to indicate clickability */
    cursor: pointer; /* Changes the cursor to indicate the element is clickable */
}

.wiki-search:hover {
    color: #551A8B; /* Darker blue on hover */
    text-decoration: none; /* Example effect on hover */
}
