diff --git a/src/components/widgets/navbar/scss/_notes.scss b/src/components/widgets/navbar/scss/_notes.scss index 288269b3..5d55021d 100644 --- a/src/components/widgets/navbar/scss/_notes.scss +++ b/src/components/widgets/navbar/scss/_notes.scss @@ -1,3 +1,12 @@ +.notes { + position: relative; + + h3 { + text-shadow: none; + margin: 0; + } +} + .notescontainer { padding: 15px; visibility: hidden;