mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
content pre styling
This commit is contained in:
parent
0916f1179e
commit
068b4030f5
@ -413,8 +413,13 @@ select.form-control:not([multiple]):not([size]) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.content pre {
|
.content pre {
|
||||||
|
overflow-x: auto;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
overflow-x: scroll;
|
border: 1px solid #dee2e6;
|
||||||
|
border-radius: 3px;
|
||||||
|
margin-left: -0.5rem;
|
||||||
|
margin-right: -0.5rem;
|
||||||
|
padding: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content a {
|
.content a {
|
||||||
@ -470,6 +475,7 @@ a,
|
|||||||
background-color: #f4f0e5;
|
background-color: #f4f0e5;
|
||||||
}
|
}
|
||||||
.theme-sepia .content hr,
|
.theme-sepia .content hr,
|
||||||
|
.theme-sepia .content pre,
|
||||||
.theme-sepia .border-right,
|
.theme-sepia .border-right,
|
||||||
.theme-sepia .border-top {
|
.theme-sepia .border-top {
|
||||||
border-color: #e0d6ba !important;
|
border-color: #e0d6ba !important;
|
||||||
@ -491,6 +497,7 @@ a,
|
|||||||
}
|
}
|
||||||
|
|
||||||
.theme-night .content hr,
|
.theme-night .content hr,
|
||||||
|
.theme-night .content pre,
|
||||||
.theme-night .border-right,
|
.theme-night .border-right,
|
||||||
.theme-night .border-top {
|
.theme-night .border-top {
|
||||||
border-color: #1a1a1a !important;
|
border-color: #1a1a1a !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user