diff --git a/OliverBooth/Pages/Shared/_Layout.cshtml b/OliverBooth/Pages/Shared/_Layout.cshtml index 7d7c451..1d253f5 100644 --- a/OliverBooth/Pages/Shared/_Layout.cshtml +++ b/OliverBooth/Pages/Shared/_Layout.cshtml @@ -71,6 +71,8 @@ PrivacyMastodon + • + diff --git a/src/scss/app.scss b/src/scss/app.scss index 7cfe24a..e919f32 100644 --- a/src/scss/app.scss +++ b/src/scss/app.scss @@ -233,4 +233,8 @@ a.bmc-btn { &:hover { color: #fff; } +} + +.text-orange { + color: #f60 !important; } \ No newline at end of file