This commit is contained in:
catmpeg 2025-11-30 11:56:22 +03:00
commit 1d2502b09b
3 changed files with 2 additions and 15 deletions

Binary file not shown.

View file

@ -1,5 +1,5 @@
@font-face{
font-family: 'Doto';
font-family: 'Monocraft';
src: url('Monocraft.ttf') format('truetype');
font-weight: bold;
font-display: swap;
@ -8,10 +8,9 @@
body {
margin: 0;
min-height: 100svh;
font: 14px 'Doto',monospace;
font: 14px 'Monocraft',monospace;
color: #fff;
text-align: center;
/* background: url("wallhaven-3kkgl6.jpg") center/cover fixed; */
background-color: #2c1b02;
display: flex;
flex-direction: column;
@ -26,7 +25,6 @@ main {
}
a {
/* color: rgb(0, 162, 255); */
color: #fa9c0f;
text-decoration: none;
}
@ -40,11 +38,6 @@ a:hover {
text-decoration: underline;
}
/* .flip {
display: inline-block;
transform: scaleX(-1);
} */
.info {
display: flex;
justify-content: center;