This commit is contained in:
catmpeg 2025-09-21 12:27:01 +03:00
commit 549ce99458
7 changed files with 43 additions and 40 deletions

Binary file not shown.

BIN
assets/Segoe UI.ttf Executable file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 59 KiB

Before After
Before After

View file

@ -1,36 +1,35 @@
body {
margin:0;
min-height:100svh;
font:14px 'JetBrains Mono',monospace;
color:#fff;
text-align:center;
background:#111;
display:flex;
flex-direction:column;
margin: 0;
min-height: 100svh;
font: 14px 'SegoeUI',monospace;
color: #fff;
text-align: center;
background: #111;
display: flex;
flex-direction: column;
}
main,.webring {
max-width:1000px;
width:calc(100% - 20px);
margin:0 auto;
padding:20px;
box-sizing:border-box;
main {
max-width: 1000px;
width: calc(100% - 20px);
margin: 0 auto;
padding: 20px;
box-sizing: border-box;
}
a,.webring { color:rgb(66,131,252); }
a { text-decoration:none; }
.webring {
display:flex;
justify-content:center;
align-items:center;
gap:15px;
background:rgba(17,17,17,.7);
backdrop-filter:blur(10px);
a {
color: rgb(66,131,252);
text-decoration: none;
}
.jccenter { display:flex; justify-content:center; }
.myfriends { margin-left:50px; }
.jccenter {
display: flex;
justify-content: center;
}
.myfriends {
margin-left: 50px;
}
@media(max-width:600px){
body { gap:15px; padding:0 10px; }
@ -39,12 +38,11 @@ a { text-decoration:none; }
h2,h3 { font-size:1.1rem; margin:12px 0; }
.jccenter { display:block; }
.myfriends { margin-left:0; }
.webring { margin:10px auto 0; padding:8px 12px; }
}
@font-face{
font-family:'JetBrains Mono';
src:url('JetBrainsMono-Bold.ttf') format('truetype');
font-weight:bold;
font-display:swap;
}
font-family: 'SegoeUI';
src: url('Segoe UI.ttf') format('truetype');
font-weight: normal;
font-display: swap;
}