Nate Dickson Thinks

Copy Theme

CSS

/* Written in 2020 by Nate Dickson

 This theme is licensed under a Creative Commons Attribution 4.0 
 International License.

 You should have received a copy of the license along with this
 work. If not, see http://creativecommons.org/licenses/by/4.0/
*/

body {
  background-color: #e6e2d3;
}

article {
  background-color: #FFF;
  border-radius: 15px;
  border: 3px #b9936c solid;
}

article>h2 {
  padding-top:15px;
}