diff options
-rw-r--r-- | core/css/apps.scss | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index e33df7db80b..94bfbddec73 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -1,3 +1,10 @@ +/** + * @copyright Copyright (c) 2017, John Molakvoæ (skjnldsv@protonmail.com) + * + * @license GNU AGPL version 3 or any later version + * + */ + /* HEADING STYLING ---------------------------------------------------------- */ h2 { @@ -659,4 +666,4 @@ em { background-position: 10px center } } -}
\ No newline at end of file +} |