Files
base-url-switcher-browser-e…/popup/choose_url.css
2021-07-13 23:11:58 +02:00

15 lines
183 B
CSS

html, body {
width: 300px;
}
.button {
width: 100%;
padding: 4px;
font-size: 1.5em;
text-align: center;
cursor: pointer;
}
.button:hover {
background-color: #CFF2F2;
}