fixed some styling in coder.scss

This commit is contained in:
2022-11-10 15:51:05 -08:00
parent d1b3569277
commit 642d37372e

View File

@ -6,7 +6,9 @@
body { body {
margin: 0; margin: 0;
} }
::-webkit-scrollbar {
display: none;
}
main { main {
display: block; display: block;
} }
@ -195,7 +197,12 @@ a {
text-decoration: none; text-decoration: none;
transition: all .25s ease-in; transition: all .25s ease-in;
} }
li.navigation-item a{
text-decoration: none;
}
section.title-container a{
text-decoration: none;
}
a:focus,a:hover { a:focus,a:hover {
text-decoration: underline; text-decoration: underline;
} }
@ -467,7 +474,19 @@ figure {
.content article footer { .content article footer {
margin-top: 4rem; margin-top: 4rem;
} }
body.colorscheme-dark .footer a {
color: #000;
text-decoration: none;
}
body.colorscheme-dark .footer a:hover, a:focus, a:active {
color: #7289da;
}
@media(prefers-color-scheme:dark) {
body.colorscheme-auto .footer a {
color: #7289da;
}
}
.content article footer .see-also { .content article footer .see-also {
margin: 3.2rem 0; margin: 3.2rem 0;
} }
@ -578,7 +597,7 @@ figure {
} }
.list ul li .title:hover,.list ul li .title:focus { .list ul li .title:hover,.list ul li .title:focus {
color: #1565c0; color: #7289DA;
} }
@media only screen and (min-width:768.1px) { @media only screen and (min-width:768.1px) {
@ -634,7 +653,7 @@ figure {
} }
.centered .about ul li a:hover,.centered .about ul li a:focus { .centered .about ul li a:hover,.centered .about ul li a:focus {
color: #1565c0; color: #7289DA;
} }
@media only screen and (max-width:768px) { @media only screen and (max-width:768px) {
@ -797,7 +816,7 @@ figure {
} }
.navigation a:hover,.navigation a:focus { .navigation a:hover,.navigation a:focus {
color: #1565c0; color: #7289DA;
} }
.navigation .navigation-title { .navigation .navigation-title {
@ -918,7 +937,7 @@ figure {
} }
.navigation i:hover,.navigation i:focus { .navigation i:hover,.navigation i:focus {
color: #1565c0; color: #7289DA;
} }
.pagination { .pagination {
@ -1052,7 +1071,7 @@ figure {
} }
.footer a { .footer a {
color: #1565c0; color: #7289DA;
} }
.float-container { .float-container {
@ -1077,7 +1096,7 @@ figure {
} }
.float-container a:hover,.float-container a:focus { .float-container a:hover,.float-container a:focus {
color: #1565c0; color: #7289DA;
opacity: 1; opacity: 1;
} }