blob: 71cbf200bc357d913c6b74ab03871032fd1c8807 (
plain) (
tree)
|
|
<style>
a {
color:#fa8c16;
text-decoration: none;
}
a:hover {
color:#d46b08;
text-decoration: dotted underline;
}
ul.blog-posts li a:visited {
color:#ffc069;
}
code {
color: black;
background-color: #ffc069;
}
</style>
|