diff options
Diffstat (limited to 'data/style.css')
-rwxr-xr-x | data/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/style.css b/data/style.css index b1e1e2d..52b55d5 100755 --- a/data/style.css +++ b/data/style.css @@ -23,6 +23,13 @@ body { padding: 0; } +code { + border-radius: 5px; + color: #19ca24; + background: #202020; + display: inline-block; +} + .footer { position: absolute; bottom: 0; |