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