18 lines
455 B
CSS
18 lines
455 B
CSS
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,cyrillic);
|
|
@import url(https://fonts.googleapis.com/css?family=Russo+One&subset=latin,cyrillic);
|
|
|
|
body {background: #141618 !important;}
|
|
|
|
a {
|
|
text-decoration: underline !important;
|
|
cursor: pointer !important;
|
|
}
|
|
|
|
img {
|
|
width: auto;
|
|
height: auto;
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
/* max-width: 480px !important;
|
|
max-height: 480px !important;*/
|
|
} |