User:HueSatLum/googleTitle.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
#googleTitle {
  background: #48E;
  color: white;
  display: inline-block;
  padding: 2px 4px;
  font: 15px serif;
  border-radius: 3px;
  margin-top: 8px;
  vertical-align: top;
}

#googleTitle:hover {
  text-decoration: none;
}