refactor: globalised code style

Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
Corentin Thomasset 2020-06-21 18:33:56 +02:00
parent ba5e07d063
commit c8c0dceb21
No known key found for this signature in database
GPG key ID: DBD997E935996158
2 changed files with 6 additions and 7 deletions

View file

@ -126,7 +126,12 @@
html {
overflow-y: auto !important;
}
code{
background-color: rgba(0, 0, 0, 0.15) !important;
box-shadow: none !important;
color: #9a9a9a !important;
font-weight: normal !important;
}
.pretty-scrollbar{
&::-webkit-scrollbar {
width: 5px!important;