diff options
Diffstat (limited to 'css/page.scss')
-rw-r--r-- | css/page.scss | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/css/page.scss b/css/page.scss index abe49e5..a087cab 100644 --- a/css/page.scss +++ b/css/page.scss @@ -56,11 +56,8 @@ } p.note { - background-color: var(--foregroundColour); - border-radius: 1rem; - font-weight: bold; - padding: 1rem; - text-align: center; + font-weight: bold; + text-align: center; &::before { content: "Note:\0020"; |