OOKNET                             [ /  search the index  ]  
──────────────────────────────────────────────────────────────────────────────────────
══════════════════════════════════════════════════════════════════════════════════════
OOKNET   [ /  search  ]  
────────────────────────────────────────────────
════════════════════════════════════════════════
 
 
master @ 34 LINES
 
[ HISTORY ]  [ UP ]
 

.btn {
  font: inherit;
  color: var(--ink);
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  white-space: pre;
  text-decoration: none;

  &:hover:not(:disabled) {
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  &:focus-visible {
    outline: 1px dashed var(--ink);
    outline-offset: 1px;
  }

  &.primary {
    font-weight: 700;
    background: var(--ink);
    color: var(--paper);
  }

  &:disabled {
    color: var(--ink-soft);
    opacity: 0.55;
    cursor: not-allowed;
  }
}

.btn {
  font: inherit;
  color: var(--ink);
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  white-space: pre;
  text-decoration: none;

  &:hover:not(:disabled) {
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  &:focus-visible {
    outline: 1px dashed var(--ink);
    outline-offset: 1px;
  }

  &.primary {
    font-weight: 700;
    background: var(--ink);
    color: var(--paper);
  }

  &:disabled {
    color: var(--ink-soft);
    opacity: 0.55;
    cursor: not-allowed;
  }
}
 
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET