Skip to content

Commit f794f80

Browse files
committed
Make navigation minimalist - clean centered design with subtle border
1 parent 5c1488a commit f794f80

7 files changed

+9
-12
lines changed
-12.9 KB
Binary file not shown.
-58.2 KB
Binary file not shown.
-20.1 KB
Binary file not shown.
-87.1 KB
Binary file not shown.
-14.9 KB
Binary file not shown.
-59.7 KB
Binary file not shown.

portfolio/themes/basic/static/css/minimal.css

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -114,32 +114,29 @@ pre {
114114

115115
/* Navigation */
116116
nav {
117-
background: var(--deep-purple);
118-
border-radius: 8px;
119-
margin-bottom: 2rem;
120-
padding: 1rem;
117+
margin-bottom: 3rem;
118+
padding-bottom: 1rem;
119+
border-bottom: 1px solid var(--sage-green);
121120
}
122121

123122
nav ul {
124123
list-style: none;
125124
padding: 0;
126125
display: flex;
127126
gap: 2rem;
127+
justify-content: center;
128128
}
129129

130130
nav a {
131-
color: var(--light-gray);
131+
color: var(--steel-blue);
132132
border: none;
133-
text-transform: uppercase;
134-
letter-spacing: 1px;
135-
padding: 0.5rem 1rem;
136-
border-radius: 4px;
137-
transition: all 0.3s ease;
133+
font-size: 0.9rem;
134+
letter-spacing: 0.5px;
135+
transition: color 0.3s ease;
138136
}
139137

140138
nav a:hover {
141-
background: var(--sage-green);
142-
color: var(--charcoal);
139+
color: var(--rust-terracotta);
143140
}
144141

145142
/* Project Cards */

0 commit comments

Comments
 (0)