Nota: Após publicar, você pode ter que limpar o "cache" do seu navegador para ver as alterações.
- Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
- Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
- Internet Explorer/Edge: PressioneCtrl enquanto clica Recarregar, ou Pressione Ctrl-F5
- Opera: Pressione Ctrl-F5.
:root {
--font-family-base: "Trebuchet MS", sans-serif;
--color-base: rgb(108, 109, 113);
--color-link: rgb(35, 97, 167);
--color-link-new: rgb(164, 36, 51);
}
html {
font-size: 87.5%;
}
/*
Brand
*/
#mw-drawer-logo img.mw-logo-wordmark {
height: auto;
max-height: 4rem;
}
#header-sitetitle img.mw-logo-wordmark {
height: auto;
max-height: 2rem;
}
/*
Media and galleries
*/
.gallerytable {
display: block;
overflow-x: auto;
scrollbar-width: thin;
}