diff options
author | metamuffin <metamuffin@disroot.org> | 2023-01-23 18:00:28 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-01-23 18:00:28 +0100 |
commit | 4529d07cc3f2f86a9dbb0d4802875a81d5c4c495 (patch) | |
tree | 1d20346dcb4d5de761dddd3e43e7e773d157abfe /server/src/routes/ui/style/forms.css | |
parent | 9a2db97a779196fc670252d655c0f6bc159e9584 (diff) | |
download | jellything-4529d07cc3f2f86a9dbb0d4802875a81d5c4c495.tar jellything-4529d07cc3f2f86a9dbb0d4802875a81d5c4c495.tar.bz2 jellything-4529d07cc3f2f86a9dbb0d4802875a81d5c4c495.tar.zst |
readme + add licence information
Diffstat (limited to 'server/src/routes/ui/style/forms.css')
-rw-r--r-- | server/src/routes/ui/style/forms.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/server/src/routes/ui/style/forms.css b/server/src/routes/ui/style/forms.css index 959a62e..ab7ca7f 100644 --- a/server/src/routes/ui/style/forms.css +++ b/server/src/routes/ui/style/forms.css @@ -1,3 +1,9 @@ +/* + This file is part of jellything (https://codeberg.org/metamuffin/jellything) + which is licensed under the GNU Affero General Public License (version 3); see /COPYING. + Copyright (C) 2023 metamuffin <metamuffin.org> + Copyright (C) 2023 tpart +*/ input[type="text"], input[type="password"] { border-radius: 7px; |