/* Copyright (C) 2021 Caelan Burris
   All Rights Reserved */

@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono');
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans');

html {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14pt;
    color: black;
}

body {
    background-color: rgb(80%, 80%, 80%);
}

pre {
    font-family: "IBM Plex Mono", monospace;
}

table {
    margin-top: 1.5em;
    border: 1px solid black;
    border-collapse: collapse;
}

td, th {
    border: 1px solid black;
    padding: 0.3em;
    text-align: left;
}

.book_wishlist td:nth-child(n+2) {
    font-family: "IBM Plex Mono", monospace;
}

a:link {
    color: rgb(20%, 20%, 60%);
    text-decoration: none;
}

a:visited {
    color: rgb(20%, 40%, 20%);
}

a:hover, a:active {
    color: rgb(40%, 40%, 80%);
    text-decoration: underline;
}
