diff options
author | Vitaly Takmazov | 2018-09-29 21:00:01 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-09-29 21:00:01 +0300 |
commit | ecac3aa08c45953f09f5ab02a422cb12c6fef74f (patch) | |
tree | 40af82fe8f159305f5b49939da45c92f69464063 /juick-server/src/main/assets | |
parent | 1a8a8812df15cde6a22d2f38e4203d603beee143 (diff) |
Xcode Dusk colors for *code
Diffstat (limited to 'juick-server/src/main/assets')
-rw-r--r-- | juick-server/src/main/assets/style.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/juick-server/src/main/assets/style.css b/juick-server/src/main/assets/style.css index d7cd2223..baa2d456 100644 --- a/juick-server/src/main/assets/style.css +++ b/juick-server/src/main/assets/style.css @@ -43,19 +43,19 @@ hr { margin: 10px 0; } pre { - background: #222; - color: #0f0; + background: #1e2028; + color: #41b645; overflow-x: auto; - padding: 6px; + padding: 6px 20px; white-space: pre; } pre::selection { - background: #0f0; - color: #222; + background: #41b645; + color: #1e2028; } pre::-moz-selection { - background: #0f0; - color: #222; + background: #41b645; + color: #1e2028; } .u { text-decoration: underline; |