fix: prettify css

This commit is contained in:
Oliver Eyton-Williams
2019-07-19 11:10:46 +02:00
committed by mrugesh
parent b8593326b0
commit 04382bc475
16 changed files with 40 additions and 32 deletions

View File

@ -14,12 +14,12 @@
.footer a:not([class*='inline']) {
display: block;
padding-left: 5px
padding-left: 5px;
}
.footer a:hover {
outline-offset: 1px;
outline: 1px dashed #A0A0A0;
outline: 1px dashed #a0a0a0;
background-color: #ffbe41;
}
@ -35,5 +35,5 @@
.night .footer a:hover {
color: #606f7b;
outline-offset: 1px;
outline: 1px dashed #A0A0A0;
outline: 1px dashed #a0a0a0;
}

View File

@ -1,4 +1,3 @@
#top-nav .menu-button {
color: white;
background-color: transparent;

View File

@ -29,7 +29,8 @@ h6 {
color: #006400;
}
a:hover, a:focus {
a:hover,
a:focus {
text-decoration: none;
}

View File

@ -471,7 +471,12 @@ hr {
padding-right: 0;
padding-top: 0;
margin-bottom: calc(1.45rem - 1px);
background-image: linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,.75),rgba(0,0,0,0));
background-image: linear-gradient(
to right,
rgba(0, 0, 0, 0),
rgba(0, 0, 0, 0.75),
rgba(0, 0, 0, 0)
);
border: none;
height: 1px;
}
@ -582,7 +587,7 @@ code {
border-radius: 3px;
font-family: 'SFMono-Regular', Consolas, 'Roboto Mono', 'Droid Sans Mono',
'Liberation Mono', Menlo, Courier, monospace;
padding: .2em .3em;
padding: 0.2em 0.3em;
}
pre code {
background: none;

View File

@ -4,7 +4,8 @@
border-color: #ad1601;
}
.btn-danger:hover, .btn-danger:focus {
.btn-danger:hover,
.btn-danger:focus {
background-color: #ad1601;
}
.danger-zone .panel-heading {

View File

@ -1,4 +1,4 @@
.btn-delete-portfolio {
background-color: #fff;
color: #f11e00
color: #f11e00;
}

View File

@ -1,3 +1,4 @@
.solution-viewer, .solution-viewer pre {
.solution-viewer,
.solution-viewer pre {
margin-bottom: 0px;
}

View File

@ -1,4 +1,3 @@
/*
Embrace the cascade to override night mode styles
This ensures a consistent landing page, even for users with nigt mode enabled
@ -7,7 +6,8 @@
background-color: #fff;
color: #333;
}
.night .landing-page #top-right-nav li > a, .night #top-right-nav li > span {
.night .landing-page #top-right-nav li > a,
.night #top-right-nav li > span {
color: #fff;
}
.night .landing-page a {

View File

@ -18,6 +18,7 @@
.challenge-instructions pre code {
line-height: 1.42;
text-shadow: none;
font-family: 'SFMono-Regular', Consolas, 'Roboto Mono', 'Droid Sans Mono', 'Liberation Mono', Menlo, Courier, monospace;
font-family: 'SFMono-Regular', Consolas, 'Roboto Mono', 'Droid Sans Mono',
'Liberation Mono', Menlo, Courier, monospace;
color: #c7254e;
}