mirror of
https://git.sr.ht/~magic_rb/website
synced 2024-11-22 00:04:20 +01:00
Change the style slightly
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
21be1af971
commit
ce07f9465f
|
@ -28,7 +28,7 @@ ul {
|
|||
|
||||
code {
|
||||
background-color: #eee;
|
||||
border: 0.01rem solid #999;
|
||||
border: 1px solid #999;
|
||||
padding: 0rem 0.1rem 0rem 0.1rem;
|
||||
}
|
||||
|
||||
|
@ -49,11 +49,19 @@ blockquote {
|
|||
font-family: "Ubuntu Mono";
|
||||
}
|
||||
|
||||
pre {
|
||||
.note {
|
||||
background-color: #eee;
|
||||
border: 1px solid #999;
|
||||
display: block;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #111;
|
||||
color: #fff;
|
||||
border: 1px solid #999;
|
||||
display: block;
|
||||
padding: 0.5rem;
|
||||
font-family: "Ubuntu Mono";
|
||||
|
||||
overflow-x: auto;
|
||||
|
@ -62,6 +70,7 @@ pre {
|
|||
#table-of-contents {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
padding-top: 0.5rem;
|
||||
}
|
||||
|
||||
#content :is(h1, h2, h3, h4, h5, h6) {
|
||||
|
@ -77,10 +86,6 @@ pre {
|
|||
color: black;
|
||||
}
|
||||
|
||||
#content.textual {
|
||||
margin: 0.5rem 0 0 0;
|
||||
}
|
||||
|
||||
#organizer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -94,7 +99,7 @@ pre {
|
|||
|
||||
.sidebar {
|
||||
flex-basis: auto;
|
||||
padding: 0 0.5rem 0 0.5rem;
|
||||
padding: 0.5rem 0.5rem 0 0.5rem;
|
||||
}
|
||||
|
||||
@media only screen and (orientation: landscape) {
|
||||
|
@ -104,6 +109,7 @@ pre {
|
|||
|
||||
#content {
|
||||
flex-basis: 80%;
|
||||
margin: 0 0 0 0;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
|
@ -111,6 +117,10 @@ pre {
|
|||
}
|
||||
}
|
||||
|
||||
#content.textual {
|
||||
margin: 0.5rem 2rem 0 2rem;
|
||||
}
|
||||
|
||||
.card-toplevel {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Reference in a new issue