astronolan commited on
Commit
4fbb2ab
Β·
1 Parent(s): 28fcc08

improved fonts

Browse files
Files changed (1) hide show
  1. src/components.py +2 -2
src/components.py CHANGED
@@ -556,8 +556,8 @@ def create_search_container():
556
  "textDecoration": "underline",
557
  "marginRight": "0.1rem",
558
  "color": "rgba(245, 245, 247, 0.6)",
559
- "fontSize": "1.0rem",
560
- "fontWeight": "600",
561
  "letterSpacing": "0.03em",
562
  "transition": "all 0.3s ease"
563
  }
 
556
  "textDecoration": "underline",
557
  "marginRight": "0.1rem",
558
  "color": "rgba(245, 245, 247, 0.6)",
559
+ "fontSize": "0.9rem",
560
+ "fontWeight": "400",
561
  "letterSpacing": "0.03em",
562
  "transition": "all 0.3s ease"
563
  }