mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
13 lines
107 B
CSS
13 lines
107 B
CSS
ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
li {
|
|
list-style-type: none;
|
|
}
|
|
|
|
li:hover {
|
|
background-color: grey;
|
|
}
|