mirror of
https://github.com/opelly27/cweb.git
synced 2026-05-20 10:57:35 +00:00
black
This commit is contained in:
+2
-2
@@ -24,7 +24,6 @@
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
background-color: black;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ol, ul {
|
ol, ul {
|
||||||
@@ -1624,7 +1623,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: #ffffff;
|
background: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.is-loading *, body.is-loading *:before, body.is-loading *:after {
|
body.is-loading *, body.is-loading *:before, body.is-loading *:after {
|
||||||
@@ -1845,6 +1844,7 @@
|
|||||||
|
|
||||||
header p {
|
header p {
|
||||||
margin-top: -1em;
|
margin-top: -1em;
|
||||||
|
background-color: white
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 736px) {
|
@media screen and (max-width: 736px) {
|
||||||
|
|||||||
+1
-1
@@ -15,7 +15,7 @@
|
|||||||
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
|
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
|
||||||
</head>
|
</head>
|
||||||
<body bgcolor="#E6E6FA">
|
<body bgcolor="#E6E6FA">
|
||||||
|
|
||||||
<!-- Wrapper -->
|
<!-- Wrapper -->
|
||||||
<div id="wrapper">
|
<div id="wrapper">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user