Sat Nov 30 07:45:41 PM UTC 2024
This commit is contained in:
parent
4c132c5818
commit
adfce7bf15
@ -10,7 +10,7 @@ title = "hello"
|
|||||||
|
|
||||||
find me in other places
|
find me in other places
|
||||||
|
|
||||||
- mail: [silas@exvacuum.dev](mailto:silas@exvacuum.dev)
|
- mail: <a href="mailto:silas@exvacuum.dev" rel="me">silas@exvacuum.dev</a>
|
||||||
- github: [exvacuum](https://github.com/exvacuum)
|
- github: <a href="https://github.com/exvacuum" rel="me">@exvacuum</a>
|
||||||
- youtube: [@silasbartha](https://youtube.com/@silasbartha)
|
- youtube: [@silasbartha](https://youtube.com/@silasbartha)
|
||||||
- mastodon: <a href="https://furry.engineer/@exvacuum" rel="me">@exvacuum@furry.engineer</a>
|
- mastodon: <a href="https://furry.engineer/@exvacuum" rel="me">@exvacuum@furry.engineer</a>
|
||||||
|
@ -23,9 +23,22 @@
|
|||||||
|
|
||||||
/// }}}
|
/// }}}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
background-color: everforest.$bg0;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: everforest.$fg;
|
color: everforest.$fg;
|
||||||
background-color: everforest.$bg1;
|
background-color: everforest.$bg1;
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 800px;
|
||||||
|
padding: 10px;
|
||||||
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@ -38,7 +51,30 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
padding: 5px;
|
padding: 1rem;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
/* The line numbers already provide some kind of left/right padding */
|
||||||
|
pre[data-linenos] {
|
||||||
|
padding: 1rem 0;
|
||||||
|
}
|
||||||
|
pre table td {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
/* The line number cells */
|
||||||
|
pre table td:nth-of-type(1) {
|
||||||
|
text-align: center;
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
pre mark {
|
||||||
|
/* If you want your highlights to take the full width */
|
||||||
|
display: block;
|
||||||
|
/* The default background colour of a mark is bright yellow */
|
||||||
|
background-color: rgba(254, 252, 232, 0.9);
|
||||||
|
}
|
||||||
|
pre table {
|
||||||
|
width: 100%;
|
||||||
|
border-collapse: collapse;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wip-indicator {
|
.wip-indicator {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user