fixed some styling in coder.scss
This commit is contained in:
@ -6,7 +6,9 @@
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
main {
|
||||
display: block;
|
||||
}
|
||||
@ -195,7 +197,12 @@ a {
|
||||
text-decoration: none;
|
||||
transition: all .25s ease-in;
|
||||
}
|
||||
|
||||
li.navigation-item a{
|
||||
text-decoration: none;
|
||||
}
|
||||
section.title-container a{
|
||||
text-decoration: none;
|
||||
}
|
||||
a:focus,a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
@ -467,7 +474,19 @@ figure {
|
||||
.content article footer {
|
||||
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 {
|
||||
margin: 3.2rem 0;
|
||||
}
|
||||
@ -578,7 +597,7 @@ figure {
|
||||
}
|
||||
|
||||
.list ul li .title:hover,.list ul li .title:focus {
|
||||
color: #1565c0;
|
||||
color: #7289DA;
|
||||
}
|
||||
|
||||
@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 {
|
||||
color: #1565c0;
|
||||
color: #7289DA;
|
||||
}
|
||||
|
||||
@media only screen and (max-width:768px) {
|
||||
@ -797,7 +816,7 @@ figure {
|
||||
}
|
||||
|
||||
.navigation a:hover,.navigation a:focus {
|
||||
color: #1565c0;
|
||||
color: #7289DA;
|
||||
}
|
||||
|
||||
.navigation .navigation-title {
|
||||
@ -918,7 +937,7 @@ figure {
|
||||
}
|
||||
|
||||
.navigation i:hover,.navigation i:focus {
|
||||
color: #1565c0;
|
||||
color: #7289DA;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
@ -1052,7 +1071,7 @@ figure {
|
||||
}
|
||||
|
||||
.footer a {
|
||||
color: #1565c0;
|
||||
color: #7289DA;
|
||||
}
|
||||
|
||||
.float-container {
|
||||
@ -1077,7 +1096,7 @@ figure {
|
||||
}
|
||||
|
||||
.float-container a:hover,.float-container a:focus {
|
||||
color: #1565c0;
|
||||
color: #7289DA;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user