diff options
author | Adam Mathes <adam@trenchant.org> | 2018-04-29 11:09:51 -0700 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2018-04-29 11:09:51 -0700 |
commit | 09b8f4494bf904b03d3d9f78d9c00004d2f5b992 (patch) | |
tree | e2061405e9b9e0a95ad7e54594b26920a5d15f39 /static | |
parent | 4c8532cb72ab4f1ad3c286124acdb7e14bbe17c0 (diff) | |
download | neko-09b8f4494bf904b03d3d9f78d9c00004d2f5b992.tar.gz neko-09b8f4494bf904b03d3d9f78d9c00004d2f5b992.tar.bz2 neko-09b8f4494bf904b03d3d9f78d9c00004d2f5b992.zip |
menu
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 1e51daa..c73a8be 100644 --- a/static/style.css +++ b/static/style.css @@ -169,7 +169,7 @@ pre { line-height: 1em; z-index: 1; cursor: pointer; - width: 100%; + width: 10rem; font-size: 2rem; background: black; } |