category-theory-illustrated/custom-style.css
Boris Marinov 78e776e69b aa
2023-08-02 16:25:21 +03:00

41 lines
510 B
CSS

:root {
--color: #57a445;
}
body {
font-size: 25px;
font-family: Arial, sans-serif;
}
@font-face {
font-family: 'mell';
src: url('RubikMonoOne.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'mell', cursive;
}
.page-index img {
border: 2px solid #ccc;
}
.header {
background-color: #39bcedff;
}
.footer {
background-color: #8967acff;
}
.button {
background-color: #8967acff;
}
.chapters {
font-size: 50px;
}