2020-11-22 15:50:07 -05:00
|
|
|
/*
|
2021-01-06 15:37:59 -05:00
|
|
|
* SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file)
|
2020-11-22 15:50:07 -05:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
*/
|
|
|
|
|
2020-09-13 12:04:02 -04:00
|
|
|
& {
|
|
|
|
color: $body-color;
|
|
|
|
background-color: $body-bg; // 2
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: $link-color;
|
|
|
|
background-color: transparent; // Remove the gray background on active links in IE 10.
|
|
|
|
|
|
|
|
@include hover() {
|
|
|
|
color: $link-hover-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
caption {
|
|
|
|
color: $table-caption-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
button:focus {
|
|
|
|
outline: 1px dotted;
|
|
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
|
|
}
|