diff options
| author | Bobby <[email protected]> | 2025-07-13 14:22:20 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-07-13 14:22:20 +0530 |
| commit | 3d7f8602d45583f25e2428bf6f8123453646dc08 (patch) | |
| tree | ecd707d298099ae9fda55efc3f0d1daf48f7b6e9 /static/css/main.css | |
| parent | bf112649d039f8f02e2135a74d8b506f7c31c784 (diff) | |
| download | imageboard-3d7f8602d45583f25e2428bf6f8123453646dc08.tar.xz imageboard-3d7f8602d45583f25e2428bf6f8123453646dc08.zip | |
registration controllers and email sending support
Diffstat (limited to 'static/css/main.css')
| -rw-r--r-- | static/css/main.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css index af99d59..55b4fa1 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -363,4 +363,13 @@ footer::before { padding: 8px; margin-bottom: 16px; text-align: center; +} + +.success { + color: #ccffcc; + background-color: #003300; + border: 1px solid #00ff00; + padding: 8px; + margin-bottom: 16px; + text-align: center; }
\ No newline at end of file |
