mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 15:26:15 -04:00
refactor: globalised code style
Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
parent
ba5e07d063
commit
c8c0dceb21
2 changed files with 6 additions and 7 deletions
|
@ -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;
|
||||
|
|
|
@ -58,12 +58,6 @@
|
|||
h1{
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
code{
|
||||
background-color: rgba(0, 0, 0, 0.3) !important;
|
||||
box-shadow: none;
|
||||
color: #9a9a9a;
|
||||
font-weight: normal;
|
||||
}
|
||||
pre {
|
||||
width: 100%;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue