diff --git a/public/oldschool/css/main.css b/public/oldschool/css/main.css index 798b72d..7d1287a 100644 --- a/public/oldschool/css/main.css +++ b/public/oldschool/css/main.css @@ -74,6 +74,18 @@ strong.highlight { color: #eee; } +strong.danger { + color: #e00; +} + +strong.success { + color: #0e0; +} + +strong.gray { + color: #565656; +} + body { font-family:ibmbios2y,monospace; font-size:16px; diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php index 3eb7768..7c2fae6 100644 --- a/resources/views/about.blade.php +++ b/resources/views/about.blade.php @@ -61,4 +61,5 @@ If you have more than 1 BBS, then the Clearing House can receive all your mail f

Open Source

FTN Clearing House is build with Open Source software. At it's core, PHP drives this web UI and the interaction with nodes.

This web UI has been inspired by the great work at int10h.org. If you have ideas to make it even better, please send me a message, or submit your comments in gitlab

+ clrghouz [{{ gethostname() }}@if (File::exists('../VERSION')) @ {{ chop(File::get('../VERSION')) }}@endif] @endsection \ No newline at end of file