diff options
author | Freya Murphy <freya@freyacat.org> | 2024-05-21 21:11:19 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-05-21 21:11:19 -0400 |
commit | 8d544d58af232e82c740cfcb271d20965020c133 (patch) | |
tree | b258dacda826fe8ca7d9c703588262a153b9f6d5 /src/web/_views/modal/about.php | |
parent | fix modals (diff) | |
download | xssbook2-8d544d58af232e82c740cfcb271d20965020c133.tar.gz xssbook2-8d544d58af232e82c740cfcb271d20965020c133.tar.bz2 xssbook2-8d544d58af232e82c740cfcb271d20965020c133.zip |
things
Diffstat (limited to 'src/web/_views/modal/about.php')
-rw-r--r-- | src/web/_views/modal/about.php | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/web/_views/modal/about.php b/src/web/_views/modal/about.php index 746607e..d434908 100644 --- a/src/web/_views/modal/about.php +++ b/src/web/_views/modal/about.php @@ -2,11 +2,10 @@ <?php /* vi: syntax=php */ ?> <div id="about-modal-body"> <span class="logo">xssbook</span> - <hr> <span class="mb"><?=ucfirst(lang('version'))?></span> <span><?=ucfirst(lang('copyright'))?></span> - <hr> - <a class="btn btn-blue" href="https://g.freya.cat/freya/xssbook2">Source Code</a> + <a class="btn btn-blue mt" href="https://g.freya.cat/freya/xssbook2">Source Code</a> + <p>For reports of abuse, please email <a class="btn-blue" href="mailto:contact@freyacat.org">contact@freyacat.org</a></p> </div> <style> #about-modal-body { @@ -15,8 +14,6 @@ flex-direction: column; justify-content: center; align-items: center; - font-weight: bold; - font-size: 1.1rem; padding: 1rem; } #about-modal-body .logo { |