Files

18 lines
455 B
CSS
Raw Permalink Normal View History

2026-02-15 18:29:53 +03:00
@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;*/
}