Add blind-signatures-ec post

Add blind-signatures-ec post & update css style
This commit is contained in:
arnaucube
2021-08-01 09:14:10 +02:00
parent af23506cdc
commit 278728c0e6
19 changed files with 518 additions and 76 deletions

View File

@@ -1,11 +1,26 @@
.o_gradient_background{
background-color: #222222;
background-image: url('../img/gradient-background-2560x1600.jpg');
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
@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;
}