Skip to content

Commit 65a9f39

Browse files
authored
Updated styles
Added top padding to content container. Changed navbar items link color.
1 parent a8ea208 commit 65a9f39

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/styles.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,18 @@ html, body
2525
align-items: center;
2626
}
2727

28+
nav .navbar-nav li a
29+
{
30+
color: #232931 !important;
31+
}
32+
2833
#content
2934
{
3035
width: 100%;
3136
height: 80%;
3237
background-color: #232931;
3338
color: #ffffff;
34-
padding: 0 2% 2% 2%;
39+
padding: 2% 2% 2% 2%;
3540
font-family: 'Roboto', sans-serif;
3641
display: flex;
3742
flex-direction: row;

0 commit comments

Comments
 (0)