Explorar o código

remove temporary indicator

Falko Schindler %!s(int64=2) %!d(string=hai) anos
pai
achega
5b37ed77fe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      website/style.py

+ 1 - 1
website/style.py

@@ -8,7 +8,7 @@ def header_link(title: str, target: str) -> ui.link:
 
 
 def link_target(name: str, offset: str = '0') -> ui.link_target:
-    target = ui.link_target(name).classes('bg-red-400 w-2 h-2').style(f'position: absolute; top: {offset}; left: 0')
+    target = ui.link_target(name).style(f'position: absolute; top: {offset}; left: 0')
     target.parent_slot.parent.classes('relative')
     return target