mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
9 lines
113 B
CSS
9 lines
113 B
CSS
html, body {
|
|
font: "Open Sans",Arial,sans-serif;
|
|
height: 150px;
|
|
}
|
|
|
|
#download-entry > * {
|
|
padding: 0.5em;
|
|
}
|