Newer
Older
gnexus-tasks / extension / src / popup.css
/* Попап: тёмная тема кита (Tokyo Night), ширина типового попапа */
body {
  width: 380px;
  margin: 0;
  background: #16161e;
  color: #c0caf5;
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
  line-height: 1.5;
}
#app {
  min-height: 180px;
}
button {
  font-family: inherit;
}