diff --git a/CHANGELOG b/CHANGELOG
index 810c9a49311c3842e05856395b5a19aa7751454d..308d1ccfebfc65599874c015fd08bdf487acc7aa 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+minerva-front (18.1.1) stable; urgency=medium
+  * Bug fix: styling of notes reset only for a href (#334)
+
+-- Piotr Gawron <piotr.gawron@uni.lu>  Tue, 04 Feb 2025 16:00:00 +0200
+
 minerva-front (18.1.0) stable; urgency=medium
   * Small improvement: support for links that should be opened immediately
     (#342)
@@ -6,7 +11,6 @@ minerva-front (18.1.0) stable; urgency=medium
   * Bug fix: submap download did not download selected map (#337)
   * Bug fix: styling of notes contains original styling for links (#344)
 
-
 -- Piotr Gawron <piotr.gawron@uni.lu>  Thu, 30 Jan 2025 15:00:00 +0200
 
 minerva-front (18.0.7) stable; urgency=medium
diff --git a/src/components/Map/Drawer/BioEntityDrawer/BioEntityDrawer.component.tsx b/src/components/Map/Drawer/BioEntityDrawer/BioEntityDrawer.component.tsx
index 4f714969525b4dc62488ce62876de93ae377d543..811e35274ffd158763cf5d0eebf404389e8f1b58 100644
--- a/src/components/Map/Drawer/BioEntityDrawer/BioEntityDrawer.component.tsx
+++ b/src/components/Map/Drawer/BioEntityDrawer/BioEntityDrawer.component.tsx
@@ -75,7 +75,7 @@ export const BioEntityDrawer = (): React.ReactNode => {
           </div>
         )}
         {bioEntityData.notes && (
-          <span className="visited:text-purple-600 text-blue-600 underline hover:text-blue-800">
+          <span className="[&_a]:visited:text-purple-600 [&_a]:text-blue-600 [&_a]:underline [&_a]:hover:text-blue-800">
             <hr className="border-b border-b-divide" />
             <div
               className="mt-2 text-sm font-normal"