1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00

Cleanup of the SCSS Variables (#1255)

* Clean up variable names and comments

* Fix Option Colour - issue #1338

* Update old scss variable name

Co-authored-by: Thomas Rittson <trittson@bitwarden.com>
This commit is contained in:
Danny Murphy
2022-01-26 04:54:15 +00:00
committed by GitHub
parent f387a4d469
commit 2ffe3bd6ad
9 changed files with 65 additions and 66 deletions

View File

@@ -59,7 +59,7 @@ app-org-vault-groupings,
.card-body a {
@include themify($themes) {
color: themed("headingColor");
color: themed("textHeadingColor");
font-weight: themed("linkWeight");
}