Commit 7502f63d authored by Mahmoud Aglan's avatar Mahmoud Aglan

fixed The sidebar text readsability

parent 45ab21bf
...@@ -245,7 +245,7 @@ code { ...@@ -245,7 +245,7 @@ code {
padding: 20px 20px 8px; padding: 20px 20px 8px;
font-size: 11px; font-size: 11px;
font-weight: 700; font-weight: 700;
color: rgba(148, 163, 184, 0.6); color: rgba(184, 197, 212, 0.7);
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 1.5px; letter-spacing: 1.5px;
} }
...@@ -259,10 +259,10 @@ code { ...@@ -259,10 +259,10 @@ code {
align-items: center; align-items: center;
gap: 12px; gap: 12px;
padding: 10px 16px; padding: 10px 16px;
color: #94a3b8; color: #b8c5d4;
text-decoration: none; text-decoration: none;
font-size: 13.5px; font-size: 13.5px;
font-weight: 500; font-weight: 600;
transition: all var(--duration-normal) var(--ease-out); transition: all var(--duration-normal) var(--ease-out);
border-radius: var(--radius-md); border-radius: var(--radius-md);
position: relative; position: relative;
...@@ -357,9 +357,10 @@ code { ...@@ -357,9 +357,10 @@ code {
gap: 8px; gap: 8px;
padding: 7px 16px 7px 16px; padding: 7px 16px 7px 16px;
margin-right: 28px; margin-right: 28px;
color: rgba(148, 163, 184, 0.7); color: rgba(184, 197, 212, 0.8);
text-decoration: none; text-decoration: none;
font-size: 13px; font-size: 13px;
font-weight: 500;
transition: all var(--duration-normal) var(--ease-out); transition: all var(--duration-normal) var(--ease-out);
border-radius: var(--radius-sm); border-radius: var(--radius-sm);
border-right: 2px solid transparent; border-right: 2px solid transparent;
......
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