Tyleo-Eve/style.css

31 lines
612 B
CSS
Raw Permalink Normal View History

2024-02-18 20:28:21 +00:00
@import url('https://fonts.googleapis.com/css2?family=Tektur:wght@400;500;600;700;800;900&display=swap');
html {
background: #201135;
min-height:100%;
/*color:#61666c;*/
font-weight:400;
font-size: 16px !important;
font-family:'Tektur', sans-serif;
line-height:2em;
}
body {
color: #00ffd1;
font-size: 16px !important;
font-family: 'Tektur', cursive;
}
script {
background: none!important;
color: rgb(255, 255, 255);
font-size: 16px !important;
font-family: 'Tektur', cursive;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
}