diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2020-08-25 12:21:30 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2020-08-25 12:21:30 +0200 |
commit | 6c52ccbe01f40212244864de09fa399b1ed080ec (patch) | |
tree | 6538bf33193ddb9cf97fd95c9e37a0d6157397c2 | |
parent | 2125c4eaa3b847965d6b6faa566cd080226f0ce0 (diff) | |
download | ramaskrik-social-6c52ccbe01f40212244864de09fa399b1ed080ec.tar.gz ramaskrik-social-6c52ccbe01f40212244864de09fa399b1ed080ec.tar.bz2 ramaskrik-social-6c52ccbe01f40212244864de09fa399b1ed080ec.zip |
Styling: drop the tiny font size.
Let the user decide the size of fonts they like.
-rw-r--r-- | public/app.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/app.css b/public/app.css index 91af939..a21ac39 100644 --- a/public/app.css +++ b/public/app.css @@ -6,7 +6,6 @@ body { background-color: #233; color: #ccc; - font-size: 10pt; } a { |