Files
blog/blogo-input/css/style.css
arnaucube 278728c0e6 Add blind-signatures-ec post
Add blind-signatures-ec post & update css style
2021-08-01 09:14:17 +02:00

27 lines
387 B
CSS

@font-face {
font-family: 'Roboto', monospace;
url(Roboto-Regular.ttf) format('truetype');
}
body {
font-family: 'Roboto', sans-serif;
}
a {
text-decoration:none!important;
}
blockquote {
background: #f9f9f9;
border-left: 8px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
}
h1,h2, h3, h4, h5 {
border-bottom: 1px solid #cccccc;
padding-top: 20px;
}