diff options
| author | Blaise Thompson <blaise@untzag.com> | 2020-07-21 14:56:30 -0500 |
|---|---|---|
| committer | Blaise Thompson <blaise@untzag.com> | 2020-07-21 14:56:30 -0500 |
| commit | aa194f2a48ed403ed16d61846144c5fd58c85ee2 (patch) | |
| tree | 1521d361c513eab374ddc6cb7465f63f51665320 /public/brag/002/style.css | |
| parent | 0a503520e886b56891559c846912392f70905ee9 (diff) | |
scipy session
Diffstat (limited to 'public/brag/002/style.css')
| -rw-r--r-- | public/brag/002/style.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/public/brag/002/style.css b/public/brag/002/style.css new file mode 100644 index 0000000..9cff696 --- /dev/null +++ b/public/brag/002/style.css @@ -0,0 +1,18 @@ +a { + text-decoration: none; + color: #81a2be; +} + +body { + font-family: 'DejaVu Sans Mono', monospace; + margin: 40px auto; + min-width: 80ch; + max-width: 80ch; + line-height: 1.5; + font-size: 16px; + background-color: #1d1f21; + color: #c5c8c6; + padding: 0 10px; + text-align: left; + overflow-y: scroll; +} |
