📝 Added entire config directory for backup purposes
This commit is contained in:
parent
4b38e59bb6
commit
9b946e2d14
11091 changed files with 1440953 additions and 0 deletions
|
|
@ -0,0 +1,24 @@
|
|||
body {
|
||||
margin-bottom: 6rem;
|
||||
}
|
||||
.entries {
|
||||
margin: 0.5em 0;
|
||||
margin-inline-start: 2em;
|
||||
-webkit-margin-start: 2em;
|
||||
}
|
||||
.entry {
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
#dev {
|
||||
align-items: flex-start;
|
||||
display: none;
|
||||
}
|
||||
#dev.enabled {
|
||||
display: flex;
|
||||
}
|
||||
#dev > * {
|
||||
margin-inline-end: 1em;
|
||||
}
|
||||
#dev > div {
|
||||
white-space: pre;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue