Skip to content

Commit eadfafb

Browse files
committed
Appendix A: style adjustments
1 parent 6cdd517 commit eadfafb

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

materials/appendixA/styles.css

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,7 @@ nav {
147147
height: 100%;
148148
padding: 10px;
149149
overflow-y: scroll;
150-
background-image: url("images/shadow.png");
151-
background-position: right top;
152-
background-repeat: repeat-y;
150+
border-right: solid 2px #e0e0e0;
153151
}
154152

155153
@media only screen
@@ -173,13 +171,17 @@ and (max-width : 1023px) {
173171
}
174172
}
175173

174+
nav #menu-items {
175+
padding: 10px;
176+
}
177+
176178
nav a {
177-
color: #000;
179+
color: #555;
178180
text-decoration: none;
179181
}
180182

181183
nav a:hover {
182-
color: #555;
184+
color: #888;
183185
text-decoration: underline;
184186
}
185187

@@ -195,12 +197,13 @@ nav h1 {
195197
}
196198

197199
nav ul {
198-
margin:0;
199200
padding-left: 5px;
200201
}
201202

202203
nav li {
203204
list-style-type: none;
205+
font-family: 'Montserrat', "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
206+
font-size: 14px;
204207
}
205208

206209
nav li.active a{

0 commit comments

Comments
 (0)