1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-02 05:39:32 +00:00

Added logout template and route

This commit is contained in:
2022-01-31 21:47:18 +00:00
parent 68beca8e14
commit 5946aeffb0
3 changed files with 20 additions and 0 deletions

View File

@@ -11,3 +11,8 @@ a {
text-decoration: underline;
}
}
span.hl {
color: $primary-colour;
font-weight: bold;
}