mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-12 22:28:59 +02:00
10 lines
160 B
CSS
10 lines
160 B
CSS
/*
|
|
* Any copyright is dedicated to the Public Domain.
|
|
* http://creativecommons.org/publicdomain/zero/1.0/
|
|
*/
|
|
|
|
body {
|
|
color: #0f0;
|
|
font-weight: green;
|
|
}
|
|
|