update ui

This commit is contained in:
Simon Vieille 2022-02-04 09:52:23 +01:00
parent 1c88ab7ac8
commit bf901ad799

View file

@ -296,6 +296,10 @@ pre[class*="language-"] {
border-bottom: 2px dotted $color-blue2;
}
.pager a {
border-bottom: 0;
}
blockquote {
border-left: 2px solid $color-blockquote-border;
margin: 10px;
@ -846,6 +850,14 @@ $links: (
border-bottom: 2px dotted $color-white;
}
.body p strong, .body ul strong {
background: rgba(255, 255, 255, 0.1);
}
.body .pager a {
border-bottom: 0;
}
img.border {
border-color: #32333b;
}