diff --git a/assets/css/base.css b/assets/css/base.css index 9721e35..1061dcc 100644 --- a/assets/css/base.css +++ b/assets/css/base.css @@ -1,3 +1,8 @@ +/* This file was created as part of the Private.coffee project + It is licensed under the MIT license + For more information, please visit https://private.coffee +*/ + :root, [data-bs-theme="light"] { --bs-primary: #f570b9; diff --git a/templates/base.html b/templates/base.html index 14f76ba..c370cfe 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,10 @@ + +