blue to orange

This commit is contained in:
Ivan Blinkov 2020-02-14 13:38:31 +03:00
parent bcb1ff68bb
commit c2f92c1c54
2 changed files with 8 additions and 12 deletions

View File

@ -2,9 +2,8 @@ body {
font: 300 14pt/200% -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji,Segoe UI Emoji; font: 300 14pt/200% -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji,Segoe UI Emoji;
} }
a:link, a:visited { a:link, a:visited {
color: #08f; color: #f14600;
text-decoration: none; text-decoration: none;
} }
@ -16,14 +15,12 @@ a:link, a:visited {
color: #888 !important; color: #888 !important;
} }
.md-nav__link:hover, .md-nav__link:active { .md-nav__link:hover, .md-nav__link:active {
color: #08f !important; color: #f14600 !important;
text-decoration: none; text-decoration: none;
} }
a:hover, a:active { a:hover, a:active {
color: #f00;
text-decoration: underline; text-decoration: underline;
} }
@ -52,7 +49,7 @@ h1, h2, h3, .md-logo {
.md-content__icon:hover { .md-content__icon:hover {
text-decoration: none !important; text-decoration: none !important;
color: #08f !important; color: #f14600 !important;
} }
.md-search-result__link { .md-search-result__link {

View File

@ -77,12 +77,11 @@ h2 {
} }
a:link, a:visited { a:link, a:visited {
color: #08f; color: #f14600;
text-decoration: none; text-decoration: none;
} }
a:hover, a:active { a:hover, a:active {
color: #f00;
text-decoration: underline; text-decoration: underline;
} }
@ -251,9 +250,9 @@ img {
} }
.distributive_not_selected { .distributive_not_selected {
color: #08f; color: #f14600;
cursor: pointer; cursor: pointer;
border-bottom: 1px solid #08f; border-bottom: 1px solid #f14600;
} }
#tutorial_logo { #tutorial_logo {
@ -287,8 +286,8 @@ img {
} }
.spoiler_title { .spoiler_title {
color: #08f; color: #f14600;
border-bottom: 1px dotted #08f; border-bottom: 1px dotted #f14600;
} }
.spoiler_title:hover { .spoiler_title:hover {