20 lines
401 B
CSS
20 lines
401 B
CSS
/*
|
|
* Copyright (c) 2024 DeviousTengu
|
|
* This file is distributed under the MIT License.
|
|
* See LICENSE.txt or https://opensource.org/license/mit
|
|
*/
|
|
|
|
html {
|
|
background-color: #550000;
|
|
}
|
|
|
|
#mountain { display: none; }
|
|
|
|
#mountain-ie {
|
|
background-image: url('../img/mountain-ie.gif');
|
|
background-position: bottom center;
|
|
background-repeat: repeat-x;
|
|
width: 100%;
|
|
height: 184px;
|
|
}
|