.cats-view__function-name {
  font-size: 60px;
  word-break: break-word;
  overflow-wrap: break-word;
  background-color: wheat;
}
.cats-view__function-description {
  color: white;
}
.cats-view__contributors {
  color: white;
}
.cats-view__function-examples {
  overflow: hidden;
  font-size: 20px;
  background-color: wheat;
  border-radius: 3px;
}
.cats-view__function-examples__html-segment {
  background-color: whitesmoke;
}
.cats-view__function-examples__comment-segment {
  color: green;
}
.cats-view__function-examples__terminal-segment {
  background-color: #1e1f22;
  color: white;
}
.cats-view__function-examples__segment ::-webkit-scrollbar {
  height: 6px;
}
.cats-view__function-examples__segment ::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 6px;
  transition: 0.2s background-color linear;
}
.cats-view__function-examples__segment ::-webkit-scrollbar-thumb:hover {
  background-color: rgb(115.2, 115.2, 115.2);
}
.cats-view__function-examples__segment.remove-scroll ::-webkit-scrollbar {
  display: none;
}
.cats-view__function-examples pre {
  padding-left: 2px;
  font-size: 20px;
  border: none;
  background-color: unset;
  margin-bottom: 0;
}
.cats-view__level-2 {
  background-color: rgb(220.3891213389, 101.6108786611, 107.1171548117);
  padding: 10px;
  border-radius: 5px;
  margin: 10px 0;
  border: 1px solid wheat;
}

/*# sourceMappingURL=cats-view.css.map */
