Jump to content

User:TTencoder/vector-2022.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Lighten the [edit source] link in light mode */
.mw-editsection {
    opacity: 0.2;                /* reduces visibility */
    font-size: 0.2em;            /* slightly smaller */
    color: #777 !important;      /* lighter grey */
}

.mw-editsection a {
    color: #777 !important;      /* override link color */
    text-decoration: none;       /* remove underline */
}

.mw-editsection a:hover {
    color: #000 !important;      /* highlight on hover */
    text-decoration: underline;  /* add underline on hover */
}