diff options
| author | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-16 21:18:16 +0530 | 
|---|---|---|
| committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-16 21:18:16 +0530 | 
| commit | 9278be8bdd62a7d396e3d8de2c602a4af2582298 (patch) | |
| tree | 6045c9276dc078b3035c06c17e869ab69557d690 /Themes | |
| parent | b0d163b1d5841b01f3750b0c30978d3a00e9bf05 (diff) | |
Publish deploy 2020-07-16 21:18
Diffstat (limited to 'Themes')
| -rw-r--r-- | Themes/styles.css | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/Themes/styles.css b/Themes/styles.css index 686558f..b8a51ce 100644 --- a/Themes/styles.css +++ b/Themes/styles.css @@ -7,7 +7,7 @@  }  body { -    background: #fff; +    background: #eee;      color: #000;      font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial;      text-align: center; @@ -23,7 +23,7 @@ body {  header { -     +    background: #fff;      position: relative;      color: #ededed;      line-height: 1.5em; @@ -65,7 +65,7 @@ header .site-name {      color: #000;      margin: 0;      cursor: pointer; -    font-weight: 200; +    font-weight: 50;      font-size: 2.3em;      letter-spacing: 1px;  } @@ -117,7 +117,7 @@ a {      display: block;      padding: 20px;      border-radius: 20px; -    background-color: #eee; +    background-color: #d3d3d3;      margin-bottom: 20px  } | 
