-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@lsetiawan suggestions #9
Conversation
Haha thanks 😅. I do some web design on the side. 😄 |
@@ -10,7 +10,7 @@ | |||
-webkit-animation-delay: 0.15s; | |||
animation-delay: 0.15s; | |||
z-index: 20; | |||
background-color: $masthead-background-color; | |||
background-color: #5E5C57; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm surprised you didn't change this in https://github.com/BiG-CZ/notebook_data_demo/blob/master/webpage/jupyter_notebook_jekyll_theme/_sass/_variables.scss#L64
@@ -175,7 +175,7 @@ | |||
.greedy-nav { | |||
position: relative; | |||
min-width: 250px; | |||
background-color: $greedy-nav-background-color; | |||
background-color: #5E5C57; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I kind of wanted to preserve the original variables, but with git that does not really seem to be relevant...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah okay. Sounds good. Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some questions otherwise, changes looks good!
Thanks! Please merge as you two see fit. I'll comment on the background color choices (#3) later, likely not today. |
Addresses all @lsetiawan suggestions but #3 (comment), which is pending @emiliom opinion.
@lsetiawan you have quite a talent for
css
! The page looks much better now.