tongong.net

personal website
git clone https://tongong.net/git/tongong.net.git
Log | Files | Refs

styles.css (539B)


      1 :root {
      2     --b-txt: #afbac4;
      3     --b-bg-1: #242930;
      4     --b-bg-2: #353b43;
      5     --b-line: #afbac4;
      6     --b-link: #57cc8a;
      7     --b-btn-bg: #353b43;
      8     --b-btn-txt: #afbac4;
      9     --b-focus: #88c0d0;
     10 }
     11 
     12 h1 {
     13     text-align: center;
     14 }
     15 
     16 h1, h2, h3, h4, h5, h6 {
     17     color: #fff;
     18 }
     19 
     20 h2, h3, h4, h5, h6 {
     21     margin-bottom: 12px;
     22 }
     23 
     24 p {
     25     text-align: justify;
     26 }
     27 
     28 a {
     29     cursor: pointer;
     30 }
     31 
     32 .page-header {
     33     margin-top: 12px;
     34     margin-bottom: 12px;
     35     text-align: center;
     36 }
     37 
     38 .page-intro {
     39     text-align: center;
     40     font-style: italic;
     41 }