~dricottone/noticable

0c20e53822d84a4afb78338428947e4ac112fbdb — Dominic Ricottone 3 years ago dc55bb1
Styling Updates
1 files changed, 6 insertions(+), 4 deletions(-)

M style.css
M style.css => style.css +6 -4
@@ 10,7 10,8 @@ body {
  left: 0;
  background-color: black;
  overflow-x: hidden;
  font-family: "-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji";
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
  font-size: small;
}
.sidebar p {
  color: white;


@@ 27,6 28,9 @@ ul#list-filenames {
}
ul#list-filenames li {
  color: white;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
ul#list-filenames li.highlight {
  font-weight: bold;


@@ 66,9 70,6 @@ ul#list-filenames li.highlight {
#settings label:active:after {
  width: 130px;
}
#list-filenames li {
  display: block;
}
.container {
  width: calc(100% - 200px);
  height: 100%;


@@ 81,5 82,6 @@ ul#list-filenames li.highlight {
}
#container-editor {
  border: 1px solid #ccc;
  overflow: hidden;
}