14 lines
122 B
CSS
14 lines
122 B
CSS
@import 'default.css';
|
|
|
|
html,
|
|
body
|
|
{
|
|
color: #fff;
|
|
background-color: #000;
|
|
}
|
|
|
|
h1
|
|
{
|
|
width: calc(100% - 30px);
|
|
}
|