MediaWiki:Common.css: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 2: | Line 2: | ||
@import url("https://aquinas.mj12.ddns.net/images/assets/table-display.css"); | @import url("https://aquinas.mj12.ddns.net/images/assets/table-display.css"); | ||
a:link { | body a:link { | ||
color: #4bb6ec; | color: #4bb6ec; | ||
} | } | ||
a:visited { | body a:visited { | ||
color: #0090d9; | color: #0090d9; | ||
} | } | ||
a:hover { | body a:hover { | ||
color: #0090d9; | color: #0090d9; | ||
} | } | ||
a:active { | body a:active { | ||
color: #006ea7; | color: #006ea7; | ||
} | } | ||
Revision as of 07:33, 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");
body a:link {
color: #4bb6ec;
}
body a:visited {
color: #0090d9;
}
body a:hover {
color: #0090d9;
}
body a:active {
color: #006ea7;
}