- commit
- e05fedbb32c049ebefea6c9e8b47da20144ad21d
- parent
- 96b1fdf6da7024b00db863c555c0ae5d1b8b3f61
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2020-04-23 06:02
align readme style more with github
Diffstat
| M | data/style.css | 7 | ++++++- |
1 files changed, 6 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
@@ -96,7 +96,6 @@ nav {
96 96 #readme pre {
97 97 display: block;
98 98 padding: 1ch;
99 -1 border-left: 1ch solid #777;
100 99 overflow-x: auto;
101 100 font-family: inherit;
102 101 background-color: #eee;
@@ -112,6 +111,12 @@ nav {
112 111 background-color: transparent;
113 112 }
114 113
-1 114 #readme blockquote {
-1 115 color: #777;
-1 116 padding: 0 1ch;
-1 117 border-left: 1ch solid #eee;
-1 118 }
-1 119
115 120 .diff {
116 121 display: grid;
117 122 border: 1px solid #eee;