mirror of
https://github.com/catmpeg/catmpeg.github.io.git
synced 2026-02-20 15:50:57 +03:00
cleanup
This commit is contained in:
parent
bc3f6afffa
commit
1d2502b09b
3 changed files with 2 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue