Bug 29070: Use a variable to store the #666666 color

To prevent repetition

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
Jonathan Druart 2021-09-28 14:39:53 +02:00 committed by Kyle Hall
parent 97f32e7301
commit ddbf5e47a0
2 changed files with 8 additions and 6 deletions

View file

@ -26,6 +26,8 @@ $footer-height: 45px;
$sci-link-color: #0076B6;
$sci-heading-color: #727272;
$high-contrast-grey: #666666;
@mixin shadowed {
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
}
@ -163,7 +165,7 @@ h1 {
& > li {
& > a {
color: #666666;
color: $high-contrast-grey;
font-weight: bold;
}
@ -1288,7 +1290,7 @@ button {
#koha_url {
p {
color: #666666;
color: $high-contrast-grey;
float: right;
margin: 0;
}

View file

@ -554,7 +554,7 @@ th {
padding: 15px;
label {
color: #666666;
color: $high-contrast-grey;
font-size: 115%;
font-weight: bold;
margin: 0;
@ -1012,7 +1012,7 @@ div {
}
.label {
color: #666666;
color: $high-contrast-grey;
}
a {
@ -1941,7 +1941,7 @@ nav {
.suggestion {
background-color: #F0F3F3;
border: 1px solid #F0F3F3;
color: #666666;
color: $high-contrast-grey;
margin: 1em auto;
padding: .5em;
width: 35%;
@ -2396,7 +2396,7 @@ nav {
h2 {
background-color: #E2E8E8;
color: #666666;
color: $high-contrast-grey;
font-size: 1.1rem;
margin-top: 0;
padding: 5px;