mami/src/mami.css/markup.css

18 lines
328 B
CSS

.markup__button {
border: 0;
background: transparent;
font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
cursor: pointer;
padding: 4px 8px;
margin: 2px;
transition: background .1s
}
.markup__link {
text-decoration: none
}
.markup__link:hover {
text-decoration: underline
}