Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

MediaWiki:Common.css: Difference between revisions

Content deleted Content added
AA-Andrew (talk | contribs)
mNo edit summary
AA-Andrew (talk | contribs)
mNo edit summary
Tag: Reverted
Line 27: Line 27:
vertical-align:top;
vertical-align:top;
}
}

/* Dark mode overrides */
@media (prefers-color-scheme: dark) {

.AAMenuCell{
display:inline-block;
width:400px;
height:150px;
border: 5px solid;
border-color: 01416e;
border-radius: 10px;
background-color: #242424;
margin: 3px 0px 0px 1px;
vertical-align:top;
}

}