/*
.simple-linux {
  color: #eeff00ff;
}

body {
  color: rgb(0, 0, 0);
  background-color: rgb(126, 126, 126);
}

.md-header {
  background-color: rgb(99, 99, 99);
}

.md-typeset .admonition.warning {
  background-color: red;
  border-color: red;
}

.md-typeset .admonition.info {
  background-color: blue;
  border-color: blue;
}

.md-typeset .info>.admonition-title, .md-typeset .info>summary {
  background-color: green;
}
.md-typeset .admonition.info, .md-typeset details.info {
    border-color: green;
}
.md-typeset .admonition, .md-typeset details {
  background-color: rgb(251, 255, 0);
}

.md-typeset code {
  background-color: blueviolet;
}

.md-typeset span.filename {
  background-color: firebrick;
}

.md-typeset a {
  color: red;
}

.md-typeset a:hover {
  color: red;
}

.md-typeset a:visited {
  color: red;
}

.md-typeset td {
  background-color: aqua;
}
.md-typeset th {
  background-color: aqua;
}

.md-annotation__index:after {
    background-color: red;
}
.md-annotation__index:before {
    background-color: yellow;
}
.md-tooltip--active+.md-annotation__index:after {
    background-color: darkblue;
}
:root {
  --md-accent-fg-color: yellowgreen;
}

.md-sidebar {
background-color: goldenrod
}
.md-nav--primary, .md-nav--primary .md-nav {
  background-color: gold;
}

.md-footer {
  background-color: chocolate;
}

.md-meta__link {
  color:blueviolet;
}
.md-post .md-post__meta a:focus, .md-post .md-post__meta a:hover {
    color: blueviolet;
}
*/

:root {
  /* --md-typeset-mark-color: rgba(173, 185, 2, 0.699); */ /* "критик" выделенный */
  /* --md-typeset-ins-color: red; */ /* "критик" подчеркнутый */
  /* --md-typeset-del-color: red; */ /* "критик" зачеркнутый */
  --md-primary-fg-color: #2e5199;
  --md-accent-fg-color: #10a4de;
}

/*:root {*/
/*
  --md-primary-fg-color:             hsl(0, 0%, 50%);
  --md-primary-fg-color--light:      hsl(0, 0%, 50%);
  --md-primary-fg-color--dark:       hsl(0, 0%, 50%);
  --md-primary-bg-color:           hsl(0, 0%, 50%);
  --md-primary-bg-color--light:    hsl(0, 0%, 50%);
  --md-typeset-a-color:            hsl(0, 0%, 50%);
  --md-accent-fg-color:              hsl(0, 0%, 50%);
  --md-accent-fg-color--transparent: hsl(0, 0%, 50%);
  --md-accent-bg-color:           hsl(0, 0%, 50%);
  --md-accent-bg-color--light:    hsl(0, 0%, 50%);
*/
  /*
  Color hue in the range [0,360] - change this variable to alter the tone
  of the theme, e.g. to make it more redish or greenish
  */
/*
  --md-hue: 250deg;
*/
  /* Default color shades */
/*
  --md-default-fg-color:               hsl(0, 0%, 50%);
  --md-default-fg-color--light:        hsl(0, 0%, 50%);
  --md-default-fg-color--lighter:      hsl(0, 0%, 50%);
  --md-default-fg-color--lightest:     hsl(0, 0%, 50%);
  --md-default-bg-color:               hsl(0, 0%, 50%);
  --md-default-bg-color--light:        hsl(0, 0%, 50%);
  --md-default-bg-color--lighter:      hsl(0, 0%, 50%);
  --md-default-bg-color--lightest:     hsl(0, 0%, 50%);
*/
  /* Code color shades */
/*
  --md-code-fg-color:                  hsl(0, 0%, 50%);
  --md-code-bg-color:                  hsl(0, 0%, 50%);
  --md-code-bg-color--light:           hsl(0, 0%, 50%);
  --md-code-bg-color--lighter:         hsl(0, 0%, 50%);
*/
  /* Code highlighting color shades */
/*
  --md-code-hl-color:                  hsl(0, 0%, 50%);
  --md-code-hl-color--light:           hsl(0, 0%, 50%);
*/
  /* Code highlighting syntax color shades */
/*
  --md-code-hl-number-color:           hsl(0, 0%, 50%);
  --md-code-hl-special-color:          hsl(0, 0%, 50%);
  --md-code-hl-function-color:         hsl(0, 0%, 50%);
  --md-code-hl-constant-color:         hsl(0, 0%, 50%);
  --md-code-hl-keyword-color:          hsl(0, 0%, 50%);
  --md-code-hl-string-color:           hsl(0, 0%, 50%);
  --md-code-hl-name-color:             hsl(0, 0%, 50%);
  --md-code-hl-operator-color:         hsl(0, 0%, 50%);
  --md-code-hl-punctuation-color:      hsl(0, 0%, 50%);
  --md-code-hl-comment-color:          hsl(0, 0%, 50%);
  --md-code-hl-generic-color:          hsl(0, 0%, 50%);
  --md-code-hl-variable-color:         hsl(0, 0%, 50%);
*/
  /* Typeset color shades */
/*
  --md-typeset-color:                  hsl(0, 0%, 50%);
*/
  /* Typeset `a` color shades */
/*
  --md-typeset-a-color: hsl(0, 0%, 50%);
*/
  /* Typeset `del` and `ins` color shades */
/*
  --md-typeset-del-color: hsl(0, 0%, 50%);
  --md-typeset-ins-color: hsl(0, 0%, 50%);
*/
  /* Typeset `kbd` color shades */
/*
  --md-typeset-kbd-color: hsl(0, 0%, 50%);
  --md-typeset-kbd-accent-color: hsl(0, 0%, 50%);
  --md-typeset-kbd-border-color:  hsl(0, 0%, 50%);
*/
  /* Typeset `mark` color shades */
/*
  --md-typeset-mark-color: hsl(0, 0%, 50%);
*/
  /* Typeset `table` color shades */
/*
  --md-typeset-table-color: hsl(0, 0%, 50%);
  --md-typeset-table-color--light: hsl(0, 0%, 50%);
*/
  /* Admonition color shades */
/*
  --md-admonition-fg-color: hsl(0, 0%, 50%);
  --md-admonition-bg-color: hsl(0, 0%, 50%);
*/
  /* Warning color shades */
/*
  --md-warning-fg-color: hsl(0, 0%, 50%);
  --md-warning-bg-color: hsl(0, 0%, 50%);
*/
  /* Footer color shades */
/*
  --md-footer-fg-color: hsl(0, 0%, 50%);
  --md-footer-fg-color--light: hsl(0, 0%, 50%);
  --md-footer-fg-color--lighter: hsl(0, 0%, 50%);
  --md-footer-bg-color: hsl(0, 0%, 0%);
  --md-footer-bg-color--dark: hsl(0, 0%, 50%);
*/
  /* Shadow depth 1 */
  /*
  --md-shadow-z1:
    0 #{px2rem(4px)} #{px2rem(10px)} hsla(0, 0%, 0%, 0.05),
    0 0              #{px2rem(1px)}  hsla(0, 0%, 0%, 0.1);
  */

  /* Shadow depth 2 */
  /*
  --md-shadow-z2:
    0 #{px2rem(4px)} #{px2rem(10px)} hsla(0, 0%, 0%, 0.1),
    0 0              #{px2rem(1px)}  hsla(0, 0%, 0%, 0.25);
  */

  /* Shadow depth 3 */
  /*
  --md-shadow-z3:
    0 #{px2rem(4px)} #{px2rem(10px)} hsla(0, 0%, 0%, 0.2),
    0 0              #{px2rem(1px)}  hsla(0, 0%, 0%, 0.35);
  */
  
/*}*/

