mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-06-28 16:08:24 +00:00
11 lines
148 B
CSS
11 lines
148 B
CSS
code {
|
|
background-color: #424242;
|
|
padding: 2px;
|
|
border-radius: 4px;
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
summary {
|
|
cursor: pointer;
|
|
user-select: none;
|
|
} |