diff options
author | whatsusername <34956062+whatsusername@users.noreply.github.com> | 2017-12-31 09:12:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-31 09:12:08 +0000 |
commit | eff8be1b9152724b7a75b8be0ca27d0beba64d72 (patch) | |
tree | 7bcd32919140c214b60f3887dbaf84e5c77bf15a /src | |
parent | 03babb23b45da000739b420d98a8f13367befa2d (diff) | |
download | cloudflare-tor-eff8be1b9152724b7a75b8be0ca27d0beba64d72.tar.lz cloudflare-tor-eff8be1b9152724b7a75b8be0ca27d0beba64d72.tar.xz cloudflare-tor-eff8be1b9152724b7a75b8be0ca27d0beba64d72.zip |
Create style.css
Diffstat (limited to 'src')
-rw-r--r-- | src/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css new file mode 100644 index 00000000..594891ef --- /dev/null +++ b/src/style.css @@ -0,0 +1,3 @@ +body{font:13px Verdana} +label{-webkit-user-select:none;-moz-user-select:none} +textarea{white-space:pre;overflow-wrap:normal;overflow-x:scroll} |