MediaWiki:Common.css: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 3: | Line 3: | ||
a:link { | a:link { | ||
color: # | color: #4bb6ec; | ||
} | } | ||
a:visited { | a:visited { | ||
color: # | color: #006ea7; | ||
} | } | ||
a:hover { | a:hover { | ||
color: # | color: #0090d9; | ||
} | } | ||
Revision as of 07:24, 23 June 2025
@import url("https://aquinas.mj12.ddns.net/images/assets/profile-image.css");
@import url("https://aquinas.mj12.ddns.net/images/assets/table-display.css");
a:link {
color: #4bb6ec;
}
a:visited {
color: #006ea7;
}
a:hover {
color: #0090d9;
}
a:active {
color: #0090d9;
}