mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 14:28:33 +02:00
9 lines
81 B
CSS
Executable File
9 lines
81 B
CSS
Executable File
body {
|
|
width: 400px;
|
|
padding: 1em;
|
|
}
|
|
|
|
h1, h2 {
|
|
border-bottom: 1px solid;
|
|
}
|