mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
31 lines
345 B
CSS
31 lines
345 B
CSS
html, body {
|
|
width: 100px;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.button {
|
|
margin: 3% auto;
|
|
padding: 4px;
|
|
text-align: center;
|
|
font-size: 1.5em;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.beast:hover {
|
|
background-color: #CFF2F2;
|
|
}
|
|
|
|
.beast {
|
|
background-color: #E5F2F2;
|
|
}
|
|
|
|
.reset {
|
|
background-color: #FBFBC9;
|
|
}
|
|
|
|
.reset:hover {
|
|
background-color: #EAEA9D;
|
|
} |