MediaWiki:User:Redk1tty.css
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
* {
font-family: "Ubuntu";
}
html.skin-theme-clientpref-night {
--background-color-base: rgb(18, 19, 20);
--color-base: #eeeeee;
}
a {
color: rgb(254, 24, 89);
background-color: rgba(254, 24, 89, 0.33);
text-decoration: none;
font-weight: normal;
border: thin solid transparent;
font-weight: 600;
transition: 0.5s cubic-bezier(0,0.8,0,1);
}
a:hover {
color: (var(--background-color-base);
background-color: rgb(254, 24, 89);
border: thin solid rgb(254, 24, 89);
transition: none;
}