mirror of https://github.com/lxndrblz/anatole.git

alexanderdavide
17.31.2022 307fea0268e8374fd08933c9c73344c1ae5bc699
refactor: set themed styles based upon theme class on body
2 files modified
4 ■■■■ changed files
assets/css/markupHighlight.css 2 ●●● patch | view | raw | blame | history
assets/css/spinner.css 2 ●●● patch | view | raw | blame | history
assets/css/markupHighlight.css
@@ -66,7 +66,7 @@
  --chr-cpf-color: #75715e;
}
html[data-theme='dark'] {
body.theme--dark {
  /* Dark -> monokai */
  --chr-def-color: #f8f8f2;
  --chr-def-bg-color: #272822;
assets/css/spinner.css
@@ -3,7 +3,7 @@
  --sk-color: #333;
}
html[data-theme='dark'] {
body.theme--dark {
  --sk-color: rgb(169, 169, 179);
}