Cloud Platform Topics

Copy Theme

CSS

/* 
   Written in 2019 by Bugbuster

   To the extent possible under law, the author(s) have dedicated all 
   copyright and related and neighboring rights to this software to the 
   public domain worldwide. This software is distributed without any 
   warranty.

   You should have received a copy of the CC0 Public Domain Dedication 
   along with this software. If not, see 
   http://creativecommons.org/publicdomain/zero/1.0
*/

#wrapper, #collection article, #post article, #subpage article {
max-width: 1100px !important;
margin-top: 0px !important;
margin-bottom: 35px !important;
font-size: 95% !important;
font-weight: 500 !important;
color: #000 !important;
font-family: sans-serif !important;
}

body {
font-weight: 500 !important;
font-family: sans-serif;
}

article a, article a:visited {
color: blue;
}

.post-title a.u-url:link, .post-title a.u-url:visited, .p-name {
color:#8B0000 !important;
}

a.hilite {
background-color: #FFFF99;
}

body#post article ul {
margin-block-start: 1em !important;
}