Lucien Cartier-Tilet
4605e60d3a
All checks were successful
continuous-integration/drone/push Build is passing
The webfinger is my general Mastodon alias. I use sometimes the CSS files in my emails to stylize them a bit.
19 lines
245 B
CSS
19 lines
245 B
CSS
body {
|
|
margin: 3em;
|
|
}
|
|
|
|
body, code,p {
|
|
background: #e5e9f0 !important;
|
|
line-height: 1.4 !important;
|
|
color: #2E3440;
|
|
font-size: 16px !important;
|
|
}
|
|
|
|
blockquote, blockquote p {
|
|
border-left-color: #3b4252;
|
|
}
|
|
|
|
pre {
|
|
padding: 10px;
|
|
}
|