public inbox for ~johnnyrichard/olang-devel@lists.sr.ht
 help / color / mirror / code / Atom feed
9ee71e3ca0a9ee36fc01744839c727665c687765 blob 1786 bytes (raw)

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
 
:root {
  --background-color: white;
  --text-color: black;
  --link-color: teal;
  --text-highlight-color: silver;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background-color: black;
    --text-color: white;
    --link-color: aqua;
    --text-highlight-color: grey;
  }
}

* {
  margin: 0;
  padding: 0;
}

a {
  color: var(--link-color);
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  margin: 0;
  margin-bottom: 1ch;
}

ul {
  margin: 0 4ch 2ch;
}

ul ul {
  margin-bottom: 0;
}

dt {
  margin-bottom: 1ch;
}
dd {
  margin-left: 4ch;
}

pre {
  margin-bottom: 1rem;
}

p {
  padding-bottom: 1ch;
}

div.example {
  margin: 0;
}

body {
  background: var(--background-color);
  color: var(--text-color);
  margin: 0;
  padding: 0 2ch 2ch;
  font-size: 1rem;
  font-family: monospace;
}

.example-formatted {
  font-family: monospace;
}

.code {
  white-space: nowrap;
  background-color: var(--text-highlight-color);
}

.settitle {
  text-align: left !important;
}

header {
  margin: 2ch auto;
  border-bottom: 1ch solid var(--text-color);
  padding-bottom: 2ch;
}

header > h1 {
  font-weight: normal;
  margin-bottom: 2ch;
}

.nav-panel * {
  margin: 0;
  padding: 0;
}

article, body > div:not(.nav-panel) > *:not(.nav-panel):not(hr) {
  max-width: 80ch;
}

header > nav > span {
  white-space: nowrap;
}

footer {
  margin: 2ch auto;
  padding-top: 2ch;
  border-top: 1ch solid var(--text-color);
}

pre {
  background: gray;
  color: black;
  padding: 2ch;
  font-weight: bold;
  max-width: 100%;
  overflow: auto;
}

.logo-name {
  font-weight: bold;
  background: var(--link-color);
  padding: 0 1ch;
  color: var(--background-color);
}

hr {
  border: none;
  height: 1ch;
  background-color: var(--text-color);
  margin: 2ch 0;
}

ol {
  margin-left: 2ch;
}
debug log:

solving 9ee71e3 ...
found 9ee71e3 in http://lists.johnnyrichard.com/olang/20241106114243.19137-1-carlos@maniero.me/
found d6cf74a in https://git.johnnyrichard.com/olang.git
preparing index
index prepared:
100644 d6cf74ad1d2034bffc49821ba7bb67cf3742a022	docs/style.css

applying [1/1] http://lists.johnnyrichard.com/olang/20241106114243.19137-1-carlos@maniero.me/
diff --git a/docs/style.css b/docs/style.css
index d6cf74a..9ee71e3 100644

Checking patch docs/style.css...
Applied patch docs/style.css cleanly.

index at:
100644 9ee71e3ca0a9ee36fc01744839c727665c687765	docs/style.css

Code repositories for project(s) associated with this public inbox

	https://git.johnnyrichard.com/olang.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox