diff options
| author | Bobby <[email protected]> | 2023-02-01 20:24:46 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-02-01 20:24:46 -0500 |
| commit | 345592cc92682d836aab0c4cfe2fdbf5b09cdebf (patch) | |
| tree | 49951cac793ffc0c07ee714fd4913bd0e46441b4 /static | |
| parent | 3e1b254a6e7b621e4cfdcb6a1258d1f24be6d3f4 (diff) | |
| download | thatcomputerscientist-345592cc92682d836aab0c4cfe2fdbf5b09cdebf.tar.xz thatcomputerscientist-345592cc92682d836aab0c4cfe2fdbf5b09cdebf.zip | |
style updates
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/main.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/static/css/main.css b/static/css/main.css index 214402e8..d7008da9 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -74,9 +74,12 @@ kbd { } blockquote { - border-left: solid 5px #a591ee; - padding-left: 10px; - margin: 10px 0px; + border-left: solid 4px #a591ee; + width: 650px; + margin: 0px auto; + padding: 8px; + background: #2f2f2f; + color: #dddddd; } /* Full width auto spacing table... ellipsis if text overflows */ |
