mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
7 lines
176 B
CSS
7 lines
176 B
CSS
code {
|
|
border-radius: 4px;
|
|
padding: .15rem .5rem;
|
|
background-color: var(--el-fill-color-light);
|
|
transition: color .25s, background-color .5s;
|
|
font-size: 14px;
|
|
} |