mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
8 lines
151 B
CSS
8 lines
151 B
CSS
kbd {
|
|
background-color: hsl(0deg, 0%, 99%);
|
|
border-radius: 3px;
|
|
border: 1px solid hsl(0deg, 0%, 80%);
|
|
padding: 4px 5px;
|
|
font-weight: bold;
|
|
}
|