popup-timer/bookmark/style.css
2025-08-05 17:14:23 +02:00

13 lines
198 B
CSS

body {
margin: 1em;
font-family: helvetica, arial, sans-serif;
font-size: 18px;
text-align: center;
}
a, a:visited {
color: #43A047;
outline: none;
}
a:hover {
text-decoration: none;
}