39 lines
568 B
CSS
39 lines
568 B
CSS
body {
|
|
margin: 1em;
|
|
font-family: helvetica, arial, sans-serif;
|
|
font-size: 18px;
|
|
text-align: center;
|
|
color: #424242;
|
|
}
|
|
b {
|
|
color: black;
|
|
}
|
|
a, a:visited {
|
|
color: #43A047;
|
|
outline: none;
|
|
}
|
|
a:hover {
|
|
text-decoration: none;
|
|
}
|
|
kbd {
|
|
background-color: #EEE;
|
|
border-radius: 3px;
|
|
border: 1px solid #B4B4B4;
|
|
box-shadow: 0 1px 1px rgb(0 0 0 / 0.2);
|
|
color: #333;
|
|
display: inline-block;
|
|
font-weight: 700;
|
|
line-height: 1;
|
|
padding: 3px 6px;
|
|
white-space: nowrap;
|
|
}
|
|
.fa-star {
|
|
background-color: #EEE;
|
|
padding: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
#mac {
|
|
display: none;
|
|
}
|
|
|