diff options
author | default <nobody@localhost> | 2023-06-01 09:20:20 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-06-01 09:20:20 +0200 |
commit | a5104752d4bfa10864ef08327b074efec0adefbb (patch) | |
tree | d324b1cfe40336e353a31a389de1605815a0e08b /utils.c | |
parent | fac52ff2626d5ded86e24f7347912755810216f9 (diff) |
Updated default css.
Diffstat (limited to 'utils.c')
-rw-r--r-- | utils.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -38,7 +38,8 @@ const char *default_css = ".snac-top-user-name { font-size: 200% }\n" ".snac-top-user-id { font-size: 150% }\n" ".snac-avatar { float: left; height: 2.5em; padding: 0.25em }\n" - ".snac-author { font-size: 90% }\n" + ".snac-author { font-size: 90%; text-decoration: none }\n" + ".snac-author-tag { font-size: 90% }\n" ".snac-pubdate { color: #a0a0a0; font-size: 90% }\n" ".snac-top-controls { padding-bottom: 1.5em }\n" ".snac-post { border-top: 1px solid #a0a0a0; }\n" |