mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 21:03:03 -05:00
fix: missing dash in css variable
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
border-radius: 6px;
|
||||
padding: 2px 8px;
|
||||
background-color: rgb(35, 134, 54);
|
||||
color: var(-color-btn);
|
||||
color: var(--color-btn);
|
||||
}
|
||||
|
||||
.github-neutral-btn {
|
||||
|
||||
Reference in New Issue
Block a user