--- title: Peanut author: Yang-Yi Lin description: A warm markdown theme. --- <style> strong { color: brown; background: linen; font-weight: 600; border-radius: 5px; padding: 1px 3px 1px 3px; } em { color: maroon; font-style: normal; } h1 { border-radius: 1em; background-color: linen; color: maroon; padding: 0.5em; } h2 { color: maroon; background: linen; border-left: 5px brown solid; padding: 10px; } h3 { border-left: 3px brown solid; padding-left: 5px; } h4 { border-right: solid peru 2px; border-bottom: solid peru 2px; border-radius: 5px; background: linen; padding-left: 5px; padding-right: 5px; margin-bottom: 5px; display: inline-block; } a:link { color: chocolate; } a:visited { color: sienna; } a:hover { color: maroon; } .reveal { background: Linen; color: black; } .reveal strong { background: none; } .reveal h1 { text-align: center; background: Wheat; color: maroon; } .reveal h2 { text-align: center; background: Wheat; color: maroon; } .reveal h3 { text-align: center; border: none; background: Wheat; color: maroon; } .reveal h4 { text-align: center; color: black; } .reveal h5 { text-align: center; color: black; } .reveal h6 { text-align: center; color: black; } .reveal .slides { text-align: left; } </style> --- ###### tags: `style` > [**Peanut**](https://hackmd.io/@IceTea/style-peanut) theme provided by `Ice Tea`.