User:砂塵嵐/common.css

Revision as of 14:44, 13 December 2024 by 砂塵嵐 (talk | contribs) (Created page with "→‎訪問済を明るい色に: a:visited { color: #8800ff; } .mw-body a.external:visited { color: #8800ff; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation may be created at User:砂塵嵐/common.css/doc.

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.

/* 訪問済を明るい色に */
a:visited {
    color: #8800ff;
}
.mw-body a.external:visited {
    color: #8800ff;
}