mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
15 lines
266 B
CSS
15 lines
266 B
CSS
|
|
@charset "iso-8859-15";
|
|
span {
|
|
background-color: #00FF00;
|
|
font-weight: bold;
|
|
color: #00FF00;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
.ýäè {
|
|
background-color: #FF0000;
|
|
font-weight: bold;
|
|
color: #FF0000;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|