diff --git a/docs/development/custom/framework/css.md b/docs/development/custom/framework/css.md
index 2fc09a60..4bab6003 100644
--- a/docs/development/custom/framework/css.md
+++ b/docs/development/custom/framework/css.md
@@ -3,35 +3,35 @@
To establish a unified style language throughout Alliance Auth and Community Apps,
Alliance Auth is providing its own CSS framework with a couple of CSS classes.
-## Cursor
+## Cursors
Our CSS framework provides different classes to manipulate the cursor, which are
missing in Bootstrap.
```{eval-rst}
-+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
-| CSS Class | Effect | Example |
-+======================+========================================================+==================================================================================================================================================+
-| `cursor-default` | System default curser |  |
-+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
-| `cursor-pointer` | Pointer, like it looks like for links and form buttons |  |
-+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
-| `cursor-wait` | Wait animation |  |
-+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
-| `cursor-text` | Text selection cursor |  |
-+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
-| `cursor-move` | 4-arrow-shaped cursor |  |
-+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
-| `cursor-help` | Cursor with a little question mark |  |
-+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
-| `cursor-not-allowed` | Not Allowed sign |  |
-+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
-| `cursor-inherit` | Inherited from its parent element | |
-+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
-| `cursor-zoom-in` | Zoom in symbol |  |
-+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
-| `cursor-zoom-out` | Zoom out symbol |  |
-+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
++----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
+| CSS Class | Effect | Example |
++======================+========================================================+===========================================================================================================+
+| `cursor-default` | System default curser |
|
++----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
+| `cursor-pointer` | Pointer, like it looks like for links and form buttons |
|
++----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
+| `cursor-wait` | Wait animation |
|
++----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
+| `cursor-text` | Text selection cursor |
|
++----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
+| `cursor-move` | 4-arrow-shaped cursor |
|
++----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
+| `cursor-help` | Cursor with a little question mark |
|
++----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
+| `cursor-not-allowed` | Not Allowed sign |
|
++----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
+| `cursor-inherit` | Inherited from its parent element | |
++----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
+| `cursor-zoom-in` | Zoom in symbol |
|
++----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
+| `cursor-zoom-out` | Zoom out symbol |
|
++----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
```
## Callout-Boxes