Files
Hell13Cat baefbf1ae1 eng0.4.3
2022-05-05 23:42:37 +03:00

38 lines
510 B
CSS

a {
color: Pink;
}
a:visited {
color: HotPink;
}
a:active {
color: PaleVioletRed;
}
body {
color: white;
background: #2c2c2c;
}
.nav-button {
background-color: rgba(16, 16, 16, 0.5);
border: 0px;
color: #ffffff;
}
.nav-card {
background-color: rgba(16, 16, 16, 0.5);
padding-top: 0px;
border: 0px;
}
.manga-nav-card {
background-color: rgba(16, 16, 16, 0.5);
padding-top: 0px;
border: 0px;
}
.index-logo-data {
content: url(/img/logo-w.png);
}