summaryrefslogblamecommitdiffhomepage
path: root/themes/hugo-bearblog/layouts/partials/style.html
blob: 71dcba62c318173ea9e2079c2c4a693ce53b710b (plain) (tree)
1
2
3
4
5
6
7
8
9




                                                                                                                                             

        
                                          
                 
                 
                     
                    
                     










                              

                                          


                


































                          





                                                 


            
                    
                   
                        
                          
                     
                      

   



                         

   



                                  

































                                
                    






















                                       



















                                
<link href="https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap" rel="stylesheet">
<link
  rel="stylesheet"
  href="https://cdn.xeiaso.net/static/css/iosevka/family.css"
/>
<style>
  body {
    font-family: "Inria Sans", sans-serif;
    margin: auto;
    padding: 5px;
    max-width: 720px;
    font-size: 21px;
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.5;
    color: #444;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Times New Roman", serif;
    color: #222;
  }

  .title {
    text-decoration: none;
    border: 0;
  }

  .title span {
    font-weight: 400;
  }

  nav a {
    margin-right: 10px;
  }

  textarea {
    width: 100%;
    font-size: 16px;
  }

  input {
    font-size: 16px;
  }

  content {
    line-height: 1.6;
  }

  table {
    width: 100%;
  }

  img {
    max-width: 100%;
  }

  code {
    padding: 0.2px;
  }

  code, pre {
    font-family: "Iosevka Curly Iaso", monospace;
    font-size: 15px;
  }

  pre code {
    font-size: 16px;
    display: block;
    padding-left: 5px;  
    white-space: pre-wrap;
    overflow-x: auto;
    border-width: 5px;
  }

  div.highlight {
    border-style: dashed;
    border-width: 0.8px;
    border-color: black;
  }

  /* div.highlight code { */
  /*   background-color: unset; */
  /*   color: unset; */
  /* } */

  blockquote {
    border-left: 1px solid #999;
    color: #222;
    padding-left: 20px;
    font-style: italic;
  }

  footer {
    padding: 25px;
    text-align: center;
  }

  .helptext {
    color: #777;
    font-size: small;
  }

  .errorlist {
    color: #eba613;
    font-size: small;
  }

  /* blog posts */
  ul.blog-posts {
    list-style-type: none;
    padding: unset;
  }

  ul.blog-posts li {
    display: flex;
  }

  ul.blog-posts li span {
    flex: 0 0 180px;
  }

  ul.blog-posts li a:visited {
    color: #8b6fcb;
  }

  @media (prefers-color-scheme: dark) {
    body {
      background-color: #333;
      color: #ddd;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    strong,
    b {
      color: #eee;
    }

    pre code {
      color: #ddd;
    }

    blockquote {
      color: #ccc;
    }

    textarea,
    input {
      background-color: #252525;
      color: #ddd;
    }

    .helptext {
      color: #aaa;
    }
  }

</style>