/* Written in 2020 by Crop Lee This is free and unencumbered software released into the public domain. For more information, please refer to */ @font-face { font-family: mainFont; src: url(https://croplee.com/fsquare.ttf); } body { color: #FD971F; background-color: #272822; font-family: Hack,consolas,Menlo-Regular,Menlo,Monaco,'ubuntu mono',monospace,monospace; } a { color: #FD971F; text-decoration: none; } header nav a { color: #FD971F; text-decoration: none; } a:hover { color: #FD971F; text-decoration: none; } header nav a:hover { color: #FD971F; text-decoration: none; } #blog-title a { color: #FD971F; text-decoration: none; } #blog-title a:hover { color: #FD971F; text-decoration: none; } body footer nav { display: none; } hr { display: none; /*color: #FD971F;*/ } header p.description { color: #FD971F; } .post-title { color: #FD971F; } .post-title a.u-url:link, .post-title a.u-url:visited { color: #FD971F; } body#collection a.read-more { text-decoration: none; } article p a { color: #FD971F; text-decoration: none; border-bottom: 2px solid #272822; } article p a:hover { background-color: #272822; color: #FD971F; text-decoration: none; } img { display: block; margin: 0 auto; } body#post header { -moz-opacity: 1; -khtml-opacity: 1; -webkit-opacity: 1; opacity: 1; } header nav .views { display: none; }