Button color changed to highlight for this theme.

This commit is contained in:
Peter Fabian 2019-11-26 19:24:39 +01:00
parent 65d6a4fcbe
commit 096b7136db
1 changed files with 2 additions and 1 deletions

View File

@ -226,7 +226,8 @@ a.button {
}
&.button {
background: #111;
background: $highlights-color;
color: #f5efe0;
}
}
}