Browse Source

Style hearted nodes list

pm2
Luke Childs 8 years ago
parent
commit
098c3a120d
  1. 19
      public/assets/style.css

19
public/assets/style.css

@ -329,12 +329,29 @@ footer {
top: 0; top: 0;
right: 0; right: 0;
width: 100%; width: 100%;
background: rgba(255,255,255,0.9); background: #fff;
z-index: 1; z-index: 1;
height: 100%; height: 100%;
max-width: 500px; max-width: 500px;
} }
.menu ul {
margin: 0;
padding: 0;
list-style: none;
}
.menu a {
display: block;
padding: 0.4em 0.7em;
font-size: 20px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
transition: background 0.2s ease
}
.menu a:hover {
background: rgba(0, 0, 0, 0.1);
}
/* Large desktop */ /* Large desktop */
@media (min-width: 1230px) { @media (min-width: 1230px) {
pre { pre {

Loading…
Cancel
Save