mirror of
https://github.com/catmpeg/catmpeg.github.io.git
synced 2026-02-20 15:50:57 +03:00
S_S
This commit is contained in:
parent
1d2502b09b
commit
cd37d3af36
4 changed files with 9 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
|||
@font-face{
|
||||
font-family: 'Monocraft';
|
||||
src: url('Monocraft.ttf') format('truetype');
|
||||
font-family: 'FiraCode';
|
||||
src: url('FiraCode-Bold.ttf') format('truetype');
|
||||
font-weight: bold;
|
||||
font-display: swap;
|
||||
}
|
||||
|
|
@ -8,10 +8,10 @@
|
|||
body {
|
||||
margin: 0;
|
||||
min-height: 100svh;
|
||||
font: 14px 'Monocraft',monospace;
|
||||
font: 14px 'FiraCode',monospace;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
background-color: #2c1b02;
|
||||
background-color: #16001d;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
|
@ -25,11 +25,11 @@ main {
|
|||
}
|
||||
|
||||
a {
|
||||
color: #fa9c0f;
|
||||
color: #c800ff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.maintitle {
|
||||
.title {
|
||||
font-size: 3em;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue