Commit d788142b authored by Almouhannad's avatar Almouhannad

(F) Edit buttons font weight

parent 6a03020f
...@@ -5,8 +5,13 @@ ...@@ -5,8 +5,13 @@
color: var(--heading-color); color: var(--heading-color);
} }
.custom-buttons .btn-outline-primary{
font-weight: 650;
}
.custom-buttons .btn-outline-secondary { .custom-buttons .btn-outline-secondary {
color: var(--heading-color); color: var(--heading-color);
font-weight: 650;
border: none; border: none;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment