docs: 💄 quick css fixes
Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
parent
ea2c74bb4b
commit
b73ee74de8
@ -148,9 +148,13 @@ code {
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 500px;
|
||||
max-width: 100%;
|
||||
display: block;
|
||||
margin: auto;
|
||||
|
||||
@include desktopWide {
|
||||
max-width: 500px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -375,6 +379,10 @@ code[class^="codeBlockLines"] {
|
||||
.token-line {
|
||||
color: var(--ifm-color-primary-light) !important;
|
||||
}
|
||||
|
||||
html[data-theme="dark"] & {
|
||||
background-color: var(--ifm-color-primary-darker) !important;
|
||||
}
|
||||
}
|
||||
|
||||
button[class^="copyButton"] {
|
||||
|
Reference in New Issue
Block a user